From f51e1f4f93f61e58a5049d8212da5310a4f65b5d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 20 Aug 2008 18:40:58 +0200 Subject: fix build warning. Guenther (This used to be commit a75055be5ff7ebe3476cfac86c6597a56a843c23) --- source3/nmbd/nmbd_processlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index f7990def07d..474ae1ca186 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/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) { -- cgit