From 7f2ec207796bfcf92fc3bdd3b868337c343328a3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 5 Dec 2007 17:54:09 -0500 Subject: Fix warning (This used to be commit 05bca093d107609f236928f338e2512a628c2c91) --- source3/client/cifs.spnego.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') diff --git a/source3/client/cifs.spnego.c b/source3/client/cifs.spnego.c index 8cc4606613..caa22276c4 100644 --- a/source3/client/cifs.spnego.c +++ b/source3/client/cifs.spnego.c @@ -148,7 +148,7 @@ int decode_key_description(const char *desc, int *ver, secType_t * sec, int main(const int argc, char *const argv[]) { - struct cifs_spnego_msg *keydata; + struct cifs_spnego_msg *keydata = NULL; DATA_BLOB secblob = data_blob_null; DATA_BLOB sess_key = data_blob_null; secType_t sectype; -- cgit