summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/smbmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index 573b2fe2f6..5d1dc64884 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -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;