diff options
| -rw-r--r-- | source3/lib/netapi/examples/netlogon/nltest.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/examples/netlogon/nltest.c b/source3/lib/netapi/examples/netlogon/nltest.c index a9fe6dec9f..9dc70daa61 100644 --- a/source3/lib/netapi/examples/netlogon/nltest.c +++ b/source3/lib/netapi/examples/netlogon/nltest.c @@ -108,7 +108,7 @@ int main(int argc, const char **argv)  	const char *server_name = NULL;  	char *opt_domain = NULL;  	int opt_dbflag = 0; -	uint32_t query_level; +	uint32_t query_level = 0;  	uint8_t *buffer = NULL;  	poptContext pc;  | 
