From 11245e0fc37563f695f4e23ce80db8f88b474557 Mon Sep 17 00:00:00 2001
From: Tim Potter <tpot@samba.org>
Date: Sun, 2 Feb 2003 22:49:28 +0000
Subject: smb signing compile fix (This used to be commit
 22d7aa0e673baa1c26205d1c659ba71ad2f94609)

---
 source3/client/smbmount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
cgit