svn commit: samba r25537 - in branches/SAMBA_4_0: . source/lib/events

jelmer at samba.org jelmer at samba.org
Fri Oct 5 21:58:27 GMT 2007


Author: jelmer
Date: 2007-10-05 21:58:26 +0000 (Fri, 05 Oct 2007)
New Revision: 25537

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

Log:
Use new path for events modules.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/events/events.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/events/events.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events.c	2007-10-05 21:54:34 UTC (rev 25536)
+++ branches/SAMBA_4_0/source/lib/events/events.c	2007-10-05 21:58:26 UTC (rev 25537)
@@ -105,7 +105,7 @@
 	init_module_fn static_init[] = STATIC_LIBEVENTS_MODULES;
 	init_module_fn *shared_init;
 	if (event_backends) return;
-	shared_init = load_samba_modules(NULL, global_loadparm, "LIBEVENTS");
+	shared_init = load_samba_modules(NULL, global_loadparm, "events");
 	run_init_functions(static_init);
 	run_init_functions(shared_init);
 #else



More information about the samba-cvs mailing list