1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

smb signing compile fix

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 36b2f6c932
commit 22d7aa0e67

View File

@ -158,7 +158,7 @@ static struct cli_state *do_connection(char *the_service)
c->use_spnego = False; c->use_spnego = False;
/* The kernel doesn't yet know how to sign it's packets */ /* 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)) { if (!cli_session_request(c, &calling, &called)) {
char *p; char *p;