diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-11-02 01:33:28 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-11-02 01:33:28 +0000 |
commit | d186100b661607e8f02274f03334dbd10f6df39d (patch) | |
tree | 4ded88a210b9e8af38dfde22f466d1ef83df5368 /source3/nmbd | |
parent | 4fe3b2ce751806e2add9c021c60c22d22fedbab5 (diff) | |
download | samba-d186100b661607e8f02274f03334dbd10f6df39d.tar.gz samba-d186100b661607e8f02274f03334dbd10f6df39d.tar.bz2 samba-d186100b661607e8f02274f03334dbd10f6df39d.zip |
fix comments
(This used to be commit b3fd976b6c5c8342d04d87a7523864b09918d260)
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/asyncdns.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/source3/nmbd/asyncdns.c b/source3/nmbd/asyncdns.c index a451f6b617..3d1b3cc995 100644 --- a/source3/nmbd/asyncdns.c +++ b/source3/nmbd/asyncdns.c @@ -1,8 +1,7 @@ /* Unix SMB/Netbios implementation. - Version 1.9. a async DNS handler - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1997 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,13 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - Revision History: - - 14 jan 96: lkcl@pires.co.uk - added multiple workgroup domain master support - -*/ + */ #include "includes.h" |