1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

r21941: Attempt to fix bug 4460

This commit is contained in:
Volker Lendecke 2007-03-22 22:00:48 +00:00 committed by Gerald (Jerry) Carter
parent c7df0cad82
commit d1b8f00c12

View File

@ -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) {