[SCM] Samba Shared Repository - branch v3-devel updated -
release-3-2-0pre2-3772-ga75055b
Günther Deschner
gd at samba.org
Wed Aug 20 20:13:29 GMT 2008
The branch, v3-devel has been updated
via a75055be5ff7ebe3476cfac86c6597a56a843c23 (commit)
from ea9fc3bea31b11e715d9524defc18b75e5943842 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel
- Log -----------------------------------------------------------------
commit a75055be5ff7ebe3476cfac86c6597a56a843c23
Author: Günther Deschner <gd at samba.org>
Date: Wed Aug 20 18:40:58 2008 +0200
fix build warning.
Guenther
-----------------------------------------------------------------------
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