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

Fix warning

This commit is contained in:
Simo Sorce 2008-09-12 16:57:58 -04:00 committed by Jeff Layton
parent 8898907505
commit 63aae3f313

View 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;