[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-301-ga84f939

Tim Prouty tprouty at samba.org
Thu Mar 12 19:29:17 GMT 2009


The branch, master has been updated
       via  a84f939f4f90b829515808eed203cc6a32b4d8ae (commit)
      from  5c63388f63028af9bac2acb2ef0a38736278823b (commit)

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


- Log -----------------------------------------------------------------
commit a84f939f4f90b829515808eed203cc6a32b4d8ae
Author: Tim Prouty <tprouty at samba.org>
Date:   Thu Mar 12 10:44:36 2009 -0700

    tevent: Fix might be unitialized warning

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

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 a9e18c3..867cfc0 100644
--- a/lib/tevent/tevent.c
+++ b/lib/tevent/tevent.c
@@ -457,7 +457,7 @@ int _tevent_loop_until(struct tevent_context *ev,
 		       void *private_data,
 		       const char *location)
 {
-	int ret;
+	int ret = 0;
 	void *nesting_stack_ptr = NULL;
 
 	ev->nesting.level++;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list