[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1220-g48f61e4

Volker Lendecke vl at samba.org
Wed Jan 9 09:31:53 GMT 2008


The branch, v3-2-test has been updated
       via  48f61e4b9fce5ea4f4bc3cf55530bb757c0def07 (commit)
      from  95129a28cfa57d8e5bd767b92f065abd1d32a569 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 48f61e4b9fce5ea4f4bc3cf55530bb757c0def07
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Jan 9 10:29:34 2008 +0100

    Replace an uninitialized variable
    
    Reported by the IBM checker

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

Summary of changes:
 source/smbd/open.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/open.c b/source/smbd/open.c
index 4abe017..6aef99f 100644
--- a/source/smbd/open.c
+++ b/source/smbd/open.c
@@ -2845,6 +2845,8 @@ NTSTATUS create_file(connection_struct *conn,
 				goto fail;
 			}
 
+			SET_STAT_INVALID(sbuf);
+
 			goto done;
 		}
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list