Fix warning
authorSimo Sorce <idra@samba.org>
Wed, 5 Dec 2007 22:54:09 +0000 (17:54 -0500)
committerSimo Sorce <idra@samba.org>
Wed, 5 Dec 2007 22:54:09 +0000 (17:54 -0500)
(This used to be commit 05bca093d107609f236928f338e2512a628c2c91)

source3/client/cifs.spnego.c

index 8cc460661337021127f695feb043e187b38c6587..caa22276c47b46eb30c1857977207f37ec3b00f0 100644 (file)
@@ -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;