s3: Remove an unnecessary ()
authorVolker Lendecke <vl@samba.org>
Thu, 14 Jun 2012 18:33:52 +0000 (20:33 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 21 Jun 2012 14:05:30 +0000 (16:05 +0200)
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

source3/winbindd/idmap_tdb_common.c

index 669caf520a64fa5898f70f854085380772bbd07d..6f700b848b7f18c0068915905791e962dd97e700 100644 (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;
                }