diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-12 19:52:05 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-02-13 12:11:53 +0100 |
commit | 9331bc378d609941a1bdbe793e1cf3f12e1a61da (patch) | |
tree | 6d7cd7fbb3a2a8f2b18b4abee7d1ee9d36a42237 /source3/winbindd | |
parent | fe551d681586adde38d4a01230f494ce0dd87b2c (diff) | |
download | samba-9331bc378d609941a1bdbe793e1cf3f12e1a61da.tar.gz samba-9331bc378d609941a1bdbe793e1cf3f12e1a61da.tar.xz samba-9331bc378d609941a1bdbe793e1cf3f12e1a61da.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_passdb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/winbindd/idmap_passdb.c b/source3/winbindd/idmap_passdb.c index ece1b42122c..7f14b6bf38b 100644 --- a/source3/winbindd/idmap_passdb.c +++ b/source3/winbindd/idmap_passdb.c @@ -4,17 +4,17 @@ idmap PASSDB backend Copyright (C) Simo Sorce 2006 - + 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/>. */ @@ -77,7 +77,7 @@ static NTSTATUS idmap_pdb_sids_to_unixids(struct idmap_domain *dom, struct id_ma for (i = 0; ids[i]; i++) { enum lsa_SidType type; union unid_t id; - + if (pdb_sid_to_id(ids[i]->sid, &id, &type)) { switch (type) { case SID_NAME_USER: |