Skip to content

Commit

Permalink
s3: Remove an unnecessary ()
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <[email protected]>

Autobuild-User(master): Michael Adam <[email protected]>
Autobuild-Date(master): Thu Jun 21 16:05:30 CEST 2012 on sn-devel-104
  • Loading branch information
vlendec authored and obnoxxx committed Jun 21, 2012
1 parent 7a2daf3 commit a7f4c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source3/winbindd/idmap_tdb_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a7f4c2b

Please sign in to comment.