summaryrefslogtreecommitdiff
path: root/source3/libads/cldap.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-12-25 14:29:39 +0100
committerVolker Lendecke <vl@samba.org>2008-12-31 19:33:26 +0100
commit608910d40bbba37e3424ce1f7e06582190be13f2 (patch)
tree387ad1a934668ab94bbc333bc7f43c6bde160235 /source3/libads/cldap.c
parent8ae4155f82269cbb7944faf5a0e2c968481fc03e (diff)
downloadsamba-608910d40bbba37e3424ce1f7e06582190be13f2.tar.gz
samba-608910d40bbba37e3424ce1f7e06582190be13f2.tar.bz2
samba-608910d40bbba37e3424ce1f7e06582190be13f2.zip
Fix some nonempty blank lines
Diffstat (limited to 'source3/libads/cldap.c')
-rw-r--r--source3/libads/cldap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/libads/cldap.c b/source3/libads/cldap.c
index 8f9a8ff213..35fb9316f8 100644
--- a/source3/libads/cldap.c
+++ b/source3/libads/cldap.c
@@ -9,12 +9,12 @@
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/>.
*/
@@ -107,16 +107,16 @@ static int send_cldap_netlogon(TALLOC_CTX *mem_ctx, int sock, const char *domain
}
static SIG_ATOMIC_T gotalarm;
-
+
/***************************************************************
Signal function to tell us we timed out.
****************************************************************/
-
+
static void gotalarm_sig(void)
{
gotalarm = 1;
}
-
+
/*
receive a cldap netlogon reply
*/