summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbind_client.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-09-19 18:49:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:40 -0500
commit7bd1888cdf95b0e32fe1a2993d7bcb2b16e475b1 (patch)
tree27beb86f10f8a94e967a3e1a67b4a3f507b96906 /source3/nsswitch/winbind_client.h
parenteb93fc968daa42bc87cb7f5bb62ed65624a4c774 (diff)
downloadsamba-7bd1888cdf95b0e32fe1a2993d7bcb2b16e475b1.tar.gz
samba-7bd1888cdf95b0e32fe1a2993d7bcb2b16e475b1.tar.bz2
samba-7bd1888cdf95b0e32fe1a2993d7bcb2b16e475b1.zip
r10321: Fix winbindd recursion bug found by Ingo Steuwer <steuwer@univention.de>.
Jeremy. (This used to be commit 6795c818a3d63737d5b40faffa3a0b91c71b427b)
Diffstat (limited to 'source3/nsswitch/winbind_client.h')
-rw-r--r--source3/nsswitch/winbind_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/nsswitch/winbind_client.h b/source3/nsswitch/winbind_client.h
index ec20cd78ef..1d3d379af0 100644
--- a/source3/nsswitch/winbind_client.h
+++ b/source3/nsswitch/winbind_client.h
@@ -8,8 +8,7 @@ NSS_STATUS winbindd_get_response(struct winbindd_response *response);
NSS_STATUS winbindd_request_response(int req_type,
struct winbindd_request *request,
struct winbindd_response *response);
-int winbind_open_pipe_sock(void);
-int write_sock(void *buffer, int count);
+int write_sock(void *buffer, int count, int recursing);
int read_reply(struct winbindd_response *response);
void close_sock(void);
void free_response(struct winbindd_response *response);