From cda3cf211b5ad68202d96879ce12b81e91a53cc4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 May 2007 21:17:31 +0000 Subject: r23082: Ooops - that portion of the last checkin was by accident. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/rpc_client/cli_lsarpc.c') diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index d416b726ac..a6410b4954 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -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; } } -- cgit