diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-22 22:00:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:51 -0500 |
commit | 8a2b73a58a011945bb195823ba2696a6182b2358 (patch) | |
tree | efa89d2ec7de69abe9e1a53dc161e37ee3b8d642 /source3 | |
parent | 5b105eaf7c3ce4ad174f0c389ed9b0c60dec66ca (diff) | |
download | samba-8a2b73a58a011945bb195823ba2696a6182b2358.tar.gz samba-8a2b73a58a011945bb195823ba2696a6182b2358.tar.bz2 samba-8a2b73a58a011945bb195823ba2696a6182b2358.zip |
r21941: Attempt to fix bug 4460
(This used to be commit d1b8f00c122414e532cdb3da78f84d55698cbc10)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbind_nss_irix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbind_nss_irix.c b/source3/nsswitch/winbind_nss_irix.c index 5c6679f044..98c1326bb2 100644 --- a/source3/nsswitch/winbind_nss_irix.c +++ b/source3/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,0,request); SAFE_FREE(request); if (status != NSS_STATUS_SUCCESS) { |