diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-16 17:56:48 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-16 17:56:48 +0000 |
commit | c277c5d0438c53b3260e4c8a805494bb88fdfe2b (patch) | |
tree | 0d0b7a0fbb07361bf054bb8eaa2b5b88947f5859 /net/samba/files/patch-ah | |
parent | Update netsaint to 0.0.7b8 (diff) |
Update to 2.2.2 to make room for 3.0 in samba-devel
Notes
Notes:
svn path=/head/; revision=51631
Diffstat (limited to 'net/samba/files/patch-ah')
-rw-r--r-- | net/samba/files/patch-ah | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/files/patch-ah b/net/samba/files/patch-ah index 81b1f75158a4..319dc96d7944 100644 --- a/net/samba/files/patch-ah +++ b/net/samba/files/patch-ah @@ -1,5 +1,5 @@ ---- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 -+++ lib/util_sock.c Wed Sep 22 11:30:18 1999 +--- lib/util_sock.c.orig Sat Oct 13 22:09:26 2001 ++++ lib/util_sock.c Tue Oct 16 17:19:38 2001 @@ -28,6 +28,9 @@ extern int sslFd; #endif /* WITH_SSL */ @@ -9,4 +9,4 @@ + extern int DEBUGLEVEL; - BOOL passive = False; + /* the last IP received from */ |