Rev 617: remove these sleeps until volker has his new patch ready - they making using a system without winbind just about impossible in http://samba.org/~tridge/3_0-ctdb

tridge at samba.org tridge at samba.org
Tue Sep 11 05:25:57 GMT 2007


------------------------------------------------------------
revno: 617
revision-id: tridge at samba.org-20070911052556-jq79pfsc70z3tnt1
parent: tridge at samba.org-20070911043710-krnv128utbdcxidy
committer: Andrew Tridgell <tridge at samba.org>
branch nick: s3-ctdb-tridge
timestamp: Tue 2007-09-11 15:25:56 +1000
message:
  remove these sleeps until volker has his new patch ready - they making using a system without winbind just about impossible
modified:
  source/nsswitch/wb_common.c    wb_common.c-20070210173807-1wjifrbwaz6xnmgl-719
=== modified file 'source/nsswitch/wb_common.c'
--- a/source/nsswitch/wb_common.c	2007-09-03 10:28:57 +0000
+++ b/source/nsswitch/wb_common.c	2007-09-11 05:25:56 +0000
@@ -658,7 +658,6 @@
 			 * filehandle
 			 */
 			close_sock();
-			sleep(1);
 			winbindd_fd = winbind_open_pipe_sock(0, 0);
 			count++;
 			continue;
@@ -693,7 +692,6 @@
 			 * filehandle
 			 */
 			close_sock();
-			sleep(1);
 			winbindd_fd = winbind_open_pipe_sock(0, 1);
 			count++;
 			continue;



More information about the samba-cvs mailing list