mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3: Remove an unnecessary ()
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Thu Jun 21 16:05:30 CEST 2012 on sn-devel-104
This commit is contained in:
parent
7a2daf34f2
commit
a7f4c2b664
@ -583,7 +583,7 @@ static NTSTATUS idmap_tdb_common_sids_to_unixids_action(struct db_context *db,
|
||||
}
|
||||
}
|
||||
|
||||
if ((state->ids[i]->status == ID_MAPPED)) {
|
||||
if (state->ids[i]->status == ID_MAPPED) {
|
||||
num_mapped += 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user