[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3746-gb0c63c0

Günther Deschner gd at samba.org
Wed Aug 20 20:14:53 GMT 2008


The branch, v3-3-test has been updated
       via  b0c63c062fe90e4a4ec61ff5b5849e758834b8d7 (commit)
      from  7d96c8ce5c49b031b5a9a60a9ad5252653577513 (commit)

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


- Log -----------------------------------------------------------------
commit b0c63c062fe90e4a4ec61ff5b5849e758834b8d7
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 20 18:40:58 2008 +0200

    fix build warning.
    
    Guenther
    (cherry picked from commit a75055be5ff7ebe3476cfac86c6597a56a843c23)

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

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


Changeset truncated at 500 lines:

diff --git a/source/nmbd/nmbd_processlogon.c b/source/nmbd/nmbd_processlogon.c
index f7990de..474ae1c 100644
--- a/source/nmbd/nmbd_processlogon.c
+++ b/source/nmbd/nmbd_processlogon.c
@@ -434,7 +434,7 @@ reporting %s domain %s 0x%x ntversion=%x lm_nt token=%x lm_20 token=%x\n",
 					char *component, *dc, *q1;
 					char *q_orig = q;
 					int str_offset;
-					char *saveptr;
+					char *saveptr = NULL;
 
 					domain = get_mydnsdomname(talloc_tos());
 					if (!domain) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list