summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-08-31 14:41:44 +0200
committerJeremy Allison <jra@samba.org>2012-09-04 15:15:00 -0700
commit1c9b1e07662dca308c8432890d3d5055639b675a (patch)
treea0c2e6ed80a46d2d26e25d3cbc1eba71715832ab /source3/passdb
parent2fe08c886ae60c0affae0166ce1cdab1593bab3e (diff)
downloadsamba-1c9b1e07662dca308c8432890d3d5055639b675a.tar.gz
samba-1c9b1e07662dca308c8432890d3d5055639b675a.tar.bz2
samba-1c9b1e07662dca308c8432890d3d5055639b675a.zip
s3: Fix some nonempty blank lines
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/lookup_sid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c
index 76a454c8d7..e48420dc5c 100644
--- a/source3/passdb/lookup_sid.c
+++ b/source3/passdb/lookup_sid.c
@@ -1085,15 +1085,15 @@ static bool legacy_sid_to_unixid(const struct dom_sid *psid, struct unixid *id)
{
GROUP_MAP *map;
bool ret;
-
+
become_root();
ret = pdb_sid_to_id(psid, id);
unbecome_root();
-
+
if (ret) {
goto done;
}
-
+
if ((sid_check_is_in_builtin(psid) ||
sid_check_is_in_wellknown_domain(psid))) {
map = talloc_zero(NULL, GROUP_MAP);