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

tridge at samba.org tridge at samba.org
Fri Jan 5 10:31:55 GMT 2007


Author: tridge
Date: 2007-01-05 10:31:54 +0000 (Fri, 05 Jan 2007)
New Revision: 20540

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

Log:

darn, also need to fix this event_context reference

Modified:
   branches/SAMBA_4_0/source/lib/events/events_timed.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/events/events_timed.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events_timed.c	2007-01-05 09:35:49 UTC (rev 20539)
+++ branches/SAMBA_4_0/source/lib/events/events_timed.c	2007-01-05 10:31:54 UTC (rev 20540)
@@ -33,8 +33,8 @@
 */
 static int common_event_timed_destructor(struct timed_event *te)
 {
-	struct event_context *ev = talloc_get_type(te->event_ctx->additional_data,
-							   struct event_context);
+	struct event_context *ev = talloc_get_type(te->event_ctx,
+						   struct event_context);
 	DLIST_REMOVE(ev->timed_events, te);
 	return 0;
 }



More information about the samba-cvs mailing list