diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-16 19:17:32 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-11-20 14:42:44 +0100 |
commit | 365116ea921be0d549aebae65aa2e097108e6917 (patch) | |
tree | a6467dfb3d305ae5277825718b4334684be5fdff /source3/libads/ldap_utils.c | |
parent | b3091e0e22acc10e1659c29fa63e2a1bde96c6df (diff) | |
download | samba-365116ea921be0d549aebae65aa2e097108e6917.tar.gz samba-365116ea921be0d549aebae65aa2e097108e6917.tar.xz samba-365116ea921be0d549aebae65aa2e097108e6917.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/libads/ldap_utils.c')
-rw-r--r-- | source3/libads/ldap_utils.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source3/libads/ldap_utils.c b/source3/libads/ldap_utils.c index 5de9c370db..4ed78a0aad 100644 --- a/source3/libads/ldap_utils.c +++ b/source3/libads/ldap_utils.c @@ -5,17 +5,17 @@ Copyright (C) Andrew Tridgell 2001 Copyright (C) Guenther Deschner 2006,2007 - + 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/>. */ @@ -72,13 +72,13 @@ static ADS_STATUS ads_do_search_retry_internal(ADS_STRUCT *ads, const char *bind if (*res) ads_msgfree(ads, *res); *res = NULL; - + DEBUG(3,("Reopening ads connection to realm '%s' after error %s\n", ads->config.realm, ads_errstr(status))); - + ads_disconnect(ads); status = ads_connect(ads); - + if (!ADS_ERR_OK(status)) { DEBUG(1,("ads_search_retry: failed to reconnect (%s)\n", ads_errstr(status))); @@ -190,7 +190,7 @@ static ADS_STATUS ads_do_search_retry_args(ADS_STRUCT *ads, const char *bind_pat { char *dn, *sid_string; ADS_STATUS status; - + sid_string = sid_binstring_hex(sid); if (sid_string == NULL) { return ADS_ERROR(LDAP_NO_MEMORY); @@ -293,7 +293,7 @@ ADS_STATUS ads_ranged_search_internal(ADS_STRUCT *ads, ads_errstr(status))); return status; } - + if (!res) { return ADS_ERROR(LDAP_NO_MEMORY); } |