r23082: Ooops - that portion of the last checkin was by accident.
authorMichael Adam <obnox@samba.org>
Tue, 22 May 2007 21:17:31 +0000 (21:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:43 +0000 (12:22 -0500)
Before comitting that, I have to verify that it does not
break anything...

Michael
(This used to be commit 55ea93d47e72d13b7e6d6900eea5da1e9a49ff8d)

source3/rpc_client/cli_lsarpc.c

index d416b726acf6fab6d250fdc764f4385bca0832dd..a6410b4954e82e67a07cc7a754afa4180ebaeedd 100644 (file)
@@ -214,8 +214,8 @@ static NTSTATUS rpccli_lsa_lookup_sids_noalloc(struct rpc_pipe_client *cli,
                        }
 
                } else {
-                       (names)[i] = "";
-                       (domains)[i] = "";
+                       (names)[i] = NULL;
+                       (domains)[i] = NULL;
                        (types)[i] = SID_NAME_UNKNOWN;
                }
        }