svn commit: samba r21102 - in branches/SAMBA_3_0_24/source/nsswitch: .

jra at samba.org jra at samba.org
Wed Jan 31 22:31:25 GMT 2007


Author: jra
Date: 2007-01-31 22:31:25 +0000 (Wed, 31 Jan 2007)
New Revision: 21102

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

Log:
Fix build failure - gd please check this ! I think
it was your check in. The event system in SAMBA_3_0
and SAMBA_3_0_24 are now different.
Jeremy.

Modified:
   branches/SAMBA_3_0_24/source/nsswitch/winbindd_dual.c


Changeset:
Modified: branches/SAMBA_3_0_24/source/nsswitch/winbindd_dual.c
===================================================================
--- branches/SAMBA_3_0_24/source/nsswitch/winbindd_dual.c	2007-01-31 22:27:47 UTC (rev 21101)
+++ branches/SAMBA_3_0_24/source/nsswitch/winbindd_dual.c	2007-01-31 22:31:25 UTC (rev 21102)
@@ -869,7 +869,7 @@
 
 		set_domain_online_request(child->domain);
 
-		child->lockout_policy_event = event_add_timed(
+		child->lockout_policy_event = add_timed_event(
 			NULL, timeval_zero(),
 			"account_lockout_policy_handler",
 			account_lockout_policy_handler,



More information about the samba-cvs mailing list