summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-06-01 14:49:43 -0700
committerJeremy Allison <jra@samba.org>2011-06-01 23:53:07 +0200
commit06fb258500d04747d18b2b327221acd79c31f44c (patch)
tree41f08c05c86ac6cc1cc4295de231847b9c405096 /source3
parentdb46a9d6348869794c0c0cf5d6c7079cdc334426 (diff)
downloadsamba-06fb258500d04747d18b2b327221acd79c31f44c.tar.gz
samba-06fb258500d04747d18b2b327221acd79c31f44c.tar.xz
samba-06fb258500d04747d18b2b327221acd79c31f44c.zip
release_ip() is only used with CLUSTER_SUPPORT.
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index dbc0a33a0a1..7d9626387d2 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)
{