diff options
author | Tim Potter <tpot@samba.org> | 2003-02-02 22:49:28 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-02-02 22:49:28 +0000 |
commit | 11245e0fc37563f695f4e23ce80db8f88b474557 (patch) | |
tree | 65a5d654a796829a87ff16d88fb1f7f40d466ec4 /source3/client/smbmount.c | |
parent | a3a1ce50e0cf9df4e25c0ecbf7d3ec5e3aedddff (diff) | |
download | samba-11245e0fc37563f695f4e23ce80db8f88b474557.tar.gz samba-11245e0fc37563f695f4e23ce80db8f88b474557.tar.bz2 samba-11245e0fc37563f695f4e23ce80db8f88b474557.zip |
smb signing compile fix
(This used to be commit 22d7aa0e673baa1c26205d1c659ba71ad2f94609)
Diffstat (limited to 'source3/client/smbmount.c')
-rw-r--r-- | source3/client/smbmount.c | 2 |
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; |