s3: Remove some superfluous ()
authorVolker Lendecke <vl@samba.org>
Fri, 9 Mar 2012 15:24:56 +0000 (16:24 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 9 Mar 2012 16:21:11 +0000 (17:21 +0100)
source3/rpc_client/cli_lsarpc.c

index 66192bdf54f9ec8c8c51c121518731fb7e0aea33..59ca3b0e170ec863aea4039bc0ca55b1f38aab8e 100644 (file)
@@ -299,7 +299,7 @@ static NTSTATUS dcerpc_lsa_lookup_sids_noalloc(struct dcerpc_binding_handle *h,
                        domains[i] = talloc_strdup(domains,
                                                   dom_name ? dom_name : "");
                        (types)[i] = lsa_names.names[i].sid_type;
-                       if (((domains)[i] == NULL)) {
+                       if ((domains)[i] == NULL) {
                                DEBUG(0, ("cli_lsa_lookup_sids_noalloc(): out of memory\n"));
                                *presult = NT_STATUS_UNSUCCESSFUL;
                                return status;