1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r24727: Initialize variable.

(This used to be commit 925fcc3366)
This commit is contained in:
Jelmer Vernooij 2007-08-27 22:18:16 +00:00 committed by Gerald (Jerry) Carter
parent 5d518417f8
commit f8c373fd6a

View File

@ -367,7 +367,7 @@ static WERROR dcesrv_winreg_QueryInfoKey(struct dcesrv_call_state *dce_call,
struct dcesrv_handle *h;
struct registry_key *k;
WERROR ret;
const char *classname;
const char *classname = NULL;
DCESRV_PULL_HANDLE_FAULT(h, r->in.handle, HTYPE_REGKEY);