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

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


The branch, v3-2-test has been updated
       via  d0a4b9f69984ca5da0007af91013f1bc78dcbf2b (commit)
      from  2a5ae59f77c05c41c97747dee9bc8c196dfe6b89 (commit)

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


- Log -----------------------------------------------------------------
commit d0a4b9f69984ca5da0007af91013f1bc78dcbf2b
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 6e110dd..d99b535 100644
--- a/source/nmbd/nmbd_processlogon.c
+++ b/source/nmbd/nmbd_processlogon.c
@@ -399,7 +399,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