summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-20 18:40:58 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-21 08:46:37 +0200
commitc48f247d76569bfdc844499cc64f504bce7085cd (patch)
treefc4a3e172af7887e948ec5ebc1d5e20d9f167b76
parente3ff1cb7709d93fb91602d3d25deca3f4ecce2ce (diff)
downloadsamba-c48f247d76569bfdc844499cc64f504bce7085cd.tar.gz
fix build warning.
Guenther (cherry picked from commit a75055be5ff7ebe3476cfac86c6597a56a843c23) (cherry picked from commit d0a4b9f69984ca5da0007af91013f1bc78dcbf2b)
-rw-r--r--source/nmbd/nmbd_processlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_processlogon.c b/source/nmbd/nmbd_processlogon.c
index 6e110dd1ca6..d99b535820f 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) {