mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
smb signing compile fix
This commit is contained in:
parent
36b2f6c932
commit
22d7aa0e67
@ -158,7 +158,7 @@ static struct cli_state *do_connection(char *the_service)
|
||||
c->use_spnego = False;
|
||||
|
||||
/* The kernel doesn't yet know how to sign it's packets */
|
||||
c->sign_info->allow_smb_signing = False;
|
||||
c->sign_info.allow_smb_signing = False;
|
||||
|
||||
if (!cli_session_request(c, &calling, &called)) {
|
||||
char *p;
|
||||
|
Loading…
Reference in New Issue
Block a user