mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s3:lib: s/Undefined/SMB_SIGNING_DEFAULT/
metze
This commit is contained in:
@ -39,7 +39,7 @@ struct user_auth_info *user_auth_info_init(TALLOC_CTX *mem_ctx)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
result->signing_state = Undefined;
|
||||
result->signing_state = SMB_SIGNING_DEFAULT;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user