From: Michael Adam Date: Tue, 22 May 2007 21:17:31 +0000 (+0000) Subject: r23082: Ooops - that portion of the last checkin was by accident. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55ea93d47e72d13b7e6d6900eea5da1e9a49ff8d;p=thirdparty%2Fsamba.git 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 --- 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; } }