[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Feb 25 11:31:45 MST 2010


The branch, master has been updated
       via  166a382... s3-nltest: fix uninitialized query level.
      from  8ee516e... s4-smbtorture: define environment in one place in RPC-SPOOLSS test.

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


- Log -----------------------------------------------------------------
commit 166a3821c985696572359a38a1b75cc96b600a15
Author: Günther Deschner <gd at samba.org>
Date:   Thu Feb 25 19:31:06 2010 +0100

    s3-nltest: fix uninitialized query level.
    
    Guenther

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

Summary of changes:
 source3/lib/netapi/examples/netlogon/nltest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/netapi/examples/netlogon/nltest.c b/source3/lib/netapi/examples/netlogon/nltest.c
index a9fe6de..9dc70da 100644
--- a/source3/lib/netapi/examples/netlogon/nltest.c
+++ b/source3/lib/netapi/examples/netlogon/nltest.c
@@ -108,7 +108,7 @@ int main(int argc, const char **argv)
 	const char *server_name = NULL;
 	char *opt_domain = NULL;
 	int opt_dbflag = 0;
-	uint32_t query_level;
+	uint32_t query_level = 0;
 	uint8_t *buffer = NULL;
 
 	poptContext pc;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list