1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

r21336: Fix indent (as pointed out by Volker).

Guenther
(This used to be commit dcbf7a1250aa5c6293ffba6a930ee23537ec9484)
This commit is contained in:
Günther Deschner 2007-02-14 13:51:42 +00:00 committed by Gerald (Jerry) Carter
parent 5a052edf03
commit 5876136754

View File

@ -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.