aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/samba35/files/patch-source3__smbd__negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba35/files/patch-source3__smbd__negprot.c b/net/samba35/files/patch-source3__smbd__negprot.c
index 29a24846cfea..51fd3b4bf7e7 100644
--- a/net/samba35/files/patch-source3__smbd__negprot.c
+++ b/net/samba35/files/patch-source3__smbd__negprot.c
@@ -5,7 +5,7 @@
DEBUG(3, ("get challenge: is this a secondary negprot? "
"sconn->negprot.auth_context is non-NULL!\n"));
- sconn->smb1.negprot.auth_context->free(
-+ (sconn->smb1.negprot.auth_context)->free(
++ (sconn->smb1.negprot.auth_context->free)(
&sconn->smb1.negprot.auth_context);
}