summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_user.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-02-14 13:51:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:56 -0500
commit5876136754173874e9d64263129caee66534c785 (patch)
tree1609328e11b66ce9adc14033d16de7bd44c20cfe /source3/nsswitch/winbindd_user.c
parent5a052edf031d2c02b018743f0947a12b4df16c2d (diff)
downloadsamba-5876136754173874e9d64263129caee66534c785.tar.gz
samba-5876136754173874e9d64263129caee66534c785.tar.bz2
samba-5876136754173874e9d64263129caee66534c785.zip
r21336: Fix indent (as pointed out by Volker).
Guenther (This used to be commit dcbf7a1250aa5c6293ffba6a930ee23537ec9484)
Diffstat (limited to 'source3/nsswitch/winbindd_user.c')
-rw-r--r--source3/nsswitch/winbindd_user.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c
index e386efedb3..aa9ece7d89 100644
--- a/source3/nsswitch/winbindd_user.c
+++ b/source3/nsswitch/winbindd_user.c
@@ -286,14 +286,14 @@ static void getpwsid_sid2gid_recv(void *private_data, BOOL success, gid_t gid)
call worked or not. --jerry */
if ( s->gid == (gid_t)-1 ) {
- if (!success) {
- DEBUG(5, ("Could not query user's %s\\%s\n gid",
- s->domain->name, s->username));
- goto failed;
- }
+ if (!success) {
+ DEBUG(5, ("Could not query user's %s\\%s\n gid",
+ s->domain->name, s->username));
+ goto failed;
+ }
/* take what the sid2gid() call gave us */
- s->gid = gid;
+ s->gid = gid;
}
/* allow the nss backend to override the primary group ID.