From 05bca093d107609f236928f338e2512a628c2c91 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 5 Dec 2007 17:54:09 -0500 Subject: [PATCH] Fix warning --- source/client/cifs.spnego.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/cifs.spnego.c b/source/client/cifs.spnego.c index 8cc46066133..caa22276c47 100644 --- a/source/client/cifs.spnego.c +++ b/source/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; -- 2.11.4.GIT