summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-04-30 17:10:35 +0200
committerVolker Lendecke <vlendec@samba.org>2011-04-30 18:16:28 +0200
commit020b691cf842f30ff42474c2b0102751b5fa17ac (patch)
tree71f8779dfc1e4d7e5f52526747d0c3e58e4acb6a /source3/include
parentda2e34a134545113c19056e4b20b457676ac0215 (diff)
downloadsamba-020b691cf842f30ff42474c2b0102751b5fa17ac.tar.gz
samba-020b691cf842f30ff42474c2b0102751b5fa17ac.tar.bz2
samba-020b691cf842f30ff42474c2b0102751b5fa17ac.zip
s3: Remove ip_sevice from get_ipc_connect_master_ip
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Apr 30 18:16:28 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index fe981f1d54..eccf0f9400 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1114,7 +1114,7 @@ struct cli_state *get_ipc_connect(char *server,
struct sockaddr_storage *server_ss,
const struct user_auth_info *user_info);
struct cli_state *get_ipc_connect_master_ip(TALLOC_CTX *ctx,
- struct ip_service *mb_ip,
+ struct sockaddr_storage *mb_ip,
const struct user_auth_info *user_info,
char **pp_workgroup_out);
struct cli_state *get_ipc_connect_master_ip_bcast(TALLOC_CTX *ctx,