diff options
author | Volker Lendecke <vl@samba.org> | 2011-01-12 18:12:29 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-01-12 19:04:24 +0100 |
commit | 8c6b0b61e5a19de3b1d710e84a7a773321b8a257 (patch) | |
tree | 1406be682037d163baed15487364413cdc820a62 /source3/libsmb/namequery_dc.c | |
parent | 4fe0765d911c2a08351805f4a953dc0cd512200d (diff) | |
download | samba-8c6b0b61e5a19de3b1d710e84a7a773321b8a257.tar.gz samba-8c6b0b61e5a19de3b1d710e84a7a773321b8a257.tar.xz samba-8c6b0b61e5a19de3b1d710e84a7a773321b8a257.zip |
s3: Fix some nonempty blank lines
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Jan 12 19:04:25 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/libsmb/namequery_dc.c')
-rw-r--r-- | source3/libsmb/namequery_dc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/libsmb/namequery_dc.c b/source3/libsmb/namequery_dc.c index d6ff99959e..5d44719a8e 100644 --- a/source3/libsmb/namequery_dc.c +++ b/source3/libsmb/namequery_dc.c @@ -6,17 +6,17 @@ Copyright (C) Tim Potter 2001 Copyright (C) Andrew Bartlett 2002 Copyright (C) Gerald Carter 2003 - + 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/>. */ @@ -48,7 +48,7 @@ static bool is_our_primary_domain(const char *domain) /************************************************************************** Find the name and IP address for a server in the realm/domain *************************************************************************/ - + static bool ads_dc_name(const char *domain, const char *realm, struct sockaddr_storage *dc_ss, |