diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-13 16:21:37 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-12-14 17:34:20 +0100 |
commit | 5c3194cc41c68ce4aacf339225b0b0d3a4f42963 (patch) | |
tree | 933fae918378edf30857ae2ab250405159880850 /source3/nmbd | |
parent | 030ccc42b974e0dfc991c0a908a748be5a657996 (diff) | |
download | samba-5c3194cc41c68ce4aacf339225b0b0d3a4f42963.tar.gz samba-5c3194cc41c68ce4aacf339225b0b0d3a4f42963.tar.bz2 samba-5c3194cc41c68ce4aacf339225b0b0d3a4f42963.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/asyncdns.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/nmbd/asyncdns.c b/source3/nmbd/asyncdns.c index 0edec372cd..649b9db7f7 100644 --- a/source3/nmbd/asyncdns.c +++ b/source3/nmbd/asyncdns.c @@ -2,17 +2,17 @@ Unix SMB/CIFS implementation. a async DNS handler Copyright (C) Andrew Tridgell 1997-1998 - + 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 the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -30,7 +30,7 @@ static struct name_record *add_dns_result(struct nmb_name *question, struct in_a unstring qname; pull_ascii_nstring(qname, sizeof(qname), question->name); - + if (!addr.s_addr) { /* add the fail to WINS cache of names. give it 1 hour in the cache */ DEBUG(3,("add_dns_result: Negative DNS answer for %s\n", qname)); |