summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-18 15:02:42 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-30 16:18:08 +0100
commit465176b7e2fc1370dded850a80a8fe8519e79db8 (patch)
treeea30f048d79a7a0ce5d7b382a9312908e1825d05 /source3/include/proto.h
parentfee2664dad37536b05ce8bdae3e74d45b257f632 (diff)
downloadsamba-465176b7e2fc1370dded850a80a8fe8519e79db8.tar.gz
samba-465176b7e2fc1370dded850a80a8fe8519e79db8.tar.bz2
samba-465176b7e2fc1370dded850a80a8fe8519e79db8.zip
s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD
This means we correctly pass IPv6 addresses too. (CTDB_CONTROL_TCP_CLIENT was IPv4 only) metze
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b874beb30b..7c00d7b110 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7690,7 +7690,6 @@ void init_sec_ctx(void);
int smbd_server_fd(void);
int get_client_fd(void);
-int client_get_tcp_info(struct sockaddr_in *server, struct sockaddr_in *client);
struct event_context *smbd_event_context(void);
struct messaging_context *smbd_messaging_context(void);
struct memcache *smbd_memcache(void);