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:
parent
8898907505
commit
63aae3f313
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user