diff options
author | Jeremy Allison <jra@samba.org> | 2011-06-01 14:49:43 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-06-01 23:53:07 +0200 |
commit | 06fb258500d04747d18b2b327221acd79c31f44c (patch) | |
tree | 41f08c05c86ac6cc1cc4295de231847b9c405096 | |
parent | db46a9d6348869794c0c0cf5d6c7079cdc334426 (diff) | |
download | samba-06fb258500d04747d18b2b327221acd79c31f44c.tar.gz samba-06fb258500d04747d18b2b327221acd79c31f44c.tar.bz2 samba-06fb258500d04747d18b2b327221acd79c31f44c.zip |
release_ip() is only used with CLUSTER_SUPPORT.
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index dbc0a33a0a..7d9626387d 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2346,6 +2346,7 @@ static void smbd_server_echo_handler(struct event_context *ev, } } +#ifdef CLUSTER_SUPPORT /**************************************************************************** received when we should release a specific IP ****************************************************************************/ @@ -2375,7 +2376,6 @@ static void release_ip(const char *ip, void *priv) } } -#ifdef CLUSTER_SUPPORT static int client_get_tcp_info(int sock, struct sockaddr_storage *server, struct sockaddr_storage *client) { |