summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_passdb.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-07-31 22:59:30 +0200
committerVolker Lendecke <vl@samba.org>2009-07-31 23:19:05 +0200
commit42becbc7a810e1d521f5aee6bcbbb5c1ad3ab7bf (patch)
treeda808f5076f830a3ddb39a386e33d5fc115df516 /source3/winbindd/winbindd_passdb.c
parentb4d5f4dd67bd838cc0ccd4b96b08da59858adae5 (diff)
downloadsamba-42becbc7a810e1d521f5aee6bcbbb5c1ad3ab7bf.tar.gz
samba-42becbc7a810e1d521f5aee6bcbbb5c1ad3ab7bf.tar.bz2
samba-42becbc7a810e1d521f5aee6bcbbb5c1ad3ab7bf.zip
Fix some nonempty lines
Diffstat (limited to 'source3/winbindd/winbindd_passdb.c')
-rw-r--r--source3/winbindd/winbindd_passdb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/winbindd/winbindd_passdb.c b/source3/winbindd/winbindd_passdb.c
index 9a43c6d6a2..89eda3c820 100644
--- a/source3/winbindd/winbindd_passdb.c
+++ b/source3/winbindd/winbindd_passdb.c
@@ -7,17 +7,17 @@
Copyright (C) Simo Sorce 2003
Copyright (C) Volker Lendecke 2004
Copyright (C) Jeremy Allison 2008
-
+
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/>.
*/
@@ -107,7 +107,7 @@ static NTSTATUS name_to_sid(struct winbindd_domain *domain,
DEBUG(10,("winbindd_passdb: limiting name_to_sid() to explicit mappings\n"));
break;
}
-
+
if (domain_name && domain_name[0] && strchr_m(name, '\\') == NULL) {
fullname = talloc_asprintf(mem_ctx, "%s\\%s",
domain_name, name);
@@ -128,7 +128,7 @@ static NTSTATUS name_to_sid(struct winbindd_domain *domain,
fullname,
sid_string_dbg(sid),
sid_type_lookup((uint32)*type)));
-
+
return NT_STATUS_OK;
}