From 16888be44a9d75f2770e4e7271d4a8d1b3e837f1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 25 Jun 2011 15:14:25 +0200 Subject: s3: Fix some nonempty blank lines --- source3/lib/messages_ctdbd.c | 6 +++--- source3/nmbd/nmbd_winsserver.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source3/lib/messages_ctdbd.c b/source3/lib/messages_ctdbd.c index b9ee049d01..3140f65510 100644 --- a/source3/lib/messages_ctdbd.c +++ b/source3/lib/messages_ctdbd.c @@ -2,17 +2,17 @@ Unix SMB/CIFS implementation. Samba internal messaging functions Copyright (C) 2007 by Volker Lendecke - + 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 . */ diff --git a/source3/nmbd/nmbd_winsserver.c b/source3/nmbd/nmbd_winsserver.c index 6ac6007c49..48c10e25ae 100644 --- a/source3/nmbd/nmbd_winsserver.c +++ b/source3/nmbd/nmbd_winsserver.c @@ -1878,9 +1878,9 @@ void fetch_all_active_wins_1b_names(void) Deal with the special name query for *<1b>. ***********************************************************************/ -static void process_wins_dmb_query_request(struct subnet_record *subrec, +static void process_wins_dmb_query_request(struct subnet_record *subrec, struct packet_struct *p) -{ +{ struct name_record *namerec = NULL; char *prdata; int num_ips; @@ -2156,7 +2156,7 @@ received for name %s from IP %s on subnet %s. Error - should not be sent to WINS nmb_namestr(question), inet_ntoa(from_ip), subrec->subnet_name)); return; } - + DEBUG(3,("wins_process_name_release_request: %s name release for name %s \ IP %s\n", releasing_group_name ? "Group" : "Unique", nmb_namestr(question), inet_ntoa(from_ip) )); -- cgit