From 312a508e8880bead0d5a3343540f67e7696a00a0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jun 2010 10:28:42 +0200 Subject: s3: Fix some nonempty lines --- source3/smbd/service.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'source3') diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 8642544c4f..0d6c1e63fb 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -2,17 +2,17 @@ Unix SMB/CIFS implementation. service (connection) opening and closing Copyright (C) Andrew Tridgell 1992-1998 - + 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 . */ @@ -183,7 +183,7 @@ bool set_current_service(connection_struct *conn, uint16 flags, bool do_chdir) conn->lastused_count++; snum = SNUM(conn); - + if (do_chdir && vfs_ChDir(conn,conn->connectpath) != 0 && vfs_ChDir(conn,conn->origpath) != 0) { @@ -198,7 +198,7 @@ bool set_current_service(connection_struct *conn, uint16 flags, bool do_chdir) last_conn = conn; last_flags = flags; - + /* Obey the client case sensitivity requests - only for clients that support it. */ switch (lp_casesensitive(snum)) { case Auto: @@ -292,7 +292,7 @@ int add_home_service(const char *service, const char *username, const char *home if (!lp_add_home(service, iHomeService, username, homedir)) { return -1; } - + return lp_servicenumber(service); } @@ -425,7 +425,6 @@ int find_service(fstring service) static NTSTATUS share_sanity_checks(int snum, fstring dev) { - if (!lp_snum_ok(snum) || !check_access(smbd_server_fd(), lp_hostsallow(snum), lp_hostsdeny(snum))) { @@ -1181,7 +1180,7 @@ connection_struct *make_connection(struct smbd_server_connection *sconn, vuser, no_pw, dev, status); } - + fstrcpy(service, service_in); strlower_m(service); -- cgit