summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbind_nss_irix.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-03-22 18:36:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:50 -0500
commit08c29abc03267b0dfb41cec3734653a536027a10 (patch)
treed3b2602aa8e4e01fe0290f8e52f06914b477bfe3 /source/nsswitch/winbind_nss_irix.c
parent184c4619773f786c5299499e121e485b7545764f (diff)
downloadsamba-08c29abc03267b0dfb41cec3734653a536027a10.tar.gz
samba-08c29abc03267b0dfb41cec3734653a536027a10.tar.xz
samba-08c29abc03267b0dfb41cec3734653a536027a10.zip
r21935: Revert obviously not sufficiently tested code -- sorry for the pain. I am afraid I was basically off the net for the day
Diffstat (limited to 'source/nsswitch/winbind_nss_irix.c')
-rw-r--r--source/nsswitch/winbind_nss_irix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbind_nss_irix.c b/source/nsswitch/winbind_nss_irix.c
index 5c6679f0442..2fbf3e0df82 100644
--- a/source/nsswitch/winbind_nss_irix.c
+++ b/source/nsswitch/winbind_nss_irix.c
@@ -454,7 +454,7 @@ send_next_request(nsd_file_t *rq, struct winbindd_request *request)
nsd_logprintf(NSD_LOG_MIN,
"send_next_request (winbind) %d, timeout = %d sec\n",
rq->f_cmd_data, timeout);
- status = winbindd_send_request((int)rq->f_cmd_data,request,0);
+ status = winbindd_send_request((int)rq->f_cmd_data,request);
SAFE_FREE(request);
if (status != NSS_STATUS_SUCCESS) {