[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-29-73-g4d18a8d

Jeremy Allison jra at samba.org
Thu Jun 26 19:57:09 GMT 2008


The branch, v3-0-test has been updated
       via  4d18a8d6b0fd3bbb395fc01e281af14ea595fc4e (commit)
      from  46d374d0fad91562b4566e2bcdc8560547041086 (commit)

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


- Log -----------------------------------------------------------------
commit 4d18a8d6b0fd3bbb395fc01e281af14ea595fc4e
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Jun 26 12:56:26 2008 -0700

    Fix "variable might be used uninitialized" message.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/rpcclient/cmd_netlogon.c b/source/rpcclient/cmd_netlogon.c
index c6ace9a..7fde2a8 100644
--- a/source/rpcclient/cmd_netlogon.c
+++ b/source/rpcclient/cmd_netlogon.c
@@ -217,7 +217,7 @@ static WERROR cmd_netlogon_dsr_getdcnameex2(struct rpc_pipe_client *cli,
 	WERROR result;
 	uint32 flags = DS_RETURN_DNS_NAME;
 	const char *server_name = cli->cli->desthost;
-	const char *domain_name;
+	const char *domain_name = NULL;
 	const char *client_account = NULL;
 	uint32 mask = 0;
 	const char *site_name = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list