diff options
author | timur <timur@FreeBSD.org> | 2010-11-15 22:35:16 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2010-11-15 22:35:16 +0800 |
commit | c4689a96da1f2a3e9e02520a20ee3b28bcc027db (patch) | |
tree | 43832742e9c6cca5a16639f637d5e39c0f92fa11 /net/samba35 | |
parent | 86a326c39102934ea7132e5b4c907d29b04ddb59 (diff) | |
download | freebsd-ports-gnome-c4689a96da1f2a3e9e02520a20ee3b28bcc027db.tar.gz freebsd-ports-gnome-c4689a96da1f2a3e9e02520a20ee3b28bcc027db.tar.zst freebsd-ports-gnome-c4689a96da1f2a3e9e02520a20ee3b28bcc027db.zip |
Typo, that breaks build with MAX_DEBUG. Hope, no need for PORTREVISION bump.
Diffstat (limited to 'net/samba35')
-rw-r--r-- | net/samba35/files/patch-source3__smbd__negprot.c | 2 |
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); } |