1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

s3: Fix some nonempty blank lines

This commit is contained in:
Volker Lendecke
2011-06-25 15:14:25 +02:00
parent 50e30afa60
commit 16888be44a
2 changed files with 6 additions and 6 deletions

View File

@ -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 <http://www.gnu.org/licenses/>.
*/

View File

@ -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) ));