[SCM] Samba Shared Repository - branch master updated - cd5039b18843485074bb8e502434b518265d10e9

Tim Prouty tprouty at samba.org
Sun Jan 11 19:03:15 GMT 2009


The branch, master has been updated
       via  cd5039b18843485074bb8e502434b518265d10e9 (commit)
      from  de4812ea1c9ed9ca69f949411fbdb0c8a0e66eef (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit cd5039b18843485074bb8e502434b518265d10e9
Author: Tim Prouty <tprouty at samba.org>
Date:   Sun Jan 11 11:00:50 2009 -0800

    tevent: Fix build break

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/tevent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c
index fa8219e..cf17802 100644
--- a/lib/tevent/tevent.c
+++ b/lib/tevent/tevent.c
@@ -157,7 +157,7 @@ int tevent_common_context_destructor(struct tevent_context *ev)
 	te = ev->timer_events;
 	while (te) {
 		te->event_ctx = NULL;
-		DLIST_REMOVE(te->timer_events, te);
+		DLIST_REMOVE(ev->timer_events, te);
 		te = ev->timer_events;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list