From 55ea93d47e72d13b7e6d6900eea5da1e9a49ff8d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 May 2007 21:17:31 +0000 Subject: [PATCH] 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 --- source/rpc_client/cli_lsarpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/rpc_client/cli_lsarpc.c b/source/rpc_client/cli_lsarpc.c index d416b726acf..a6410b4954e 100644 --- a/source/rpc_client/cli_lsarpc.c +++ b/source/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; } } -- 2.11.4.GIT