1
0
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:
Volker Lendecke 2012-06-14 20:33:52 +02:00 committed by Michael Adam
parent 7a2daf34f2
commit a7f4c2b664

View File

@ -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;
}