Author: vlendec
Date: 2005-10-03 14:50:07 +0000 (Mon, 03 Oct 2005)
New Revision: 10685

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10685

Log:
Why wait 5 seconds...
Modified:
   branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c


Changeset:
Modified: branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c
===================================================================
--- branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c   2005-10-03 14:24:53 UTC 
(rev 10684)
+++ branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c   2005-10-03 14:50:07 UTC 
(rev 10685)
@@ -284,9 +284,9 @@
        if (!NT_STATUS_IS_OK(status)) {
                /* Nasty hack awaiting a proper fix. So far we can not
                 * delete a pipe from an async rpc callback which where we are
-                * in right now, so delete the pipe in 5 seconds.... :-) */
+                * in right now, so delete the pipe from an event handler.. */
                event_add_timed(s3call->call->event_ctx, service,
-                               timeval_current_ofs(5, 0),
+                               timeval_zero(),
                                delete_pipe, state->getcreds->out.netlogon);
                service->netlogon = NULL;
                goto done;

Reply via email to