summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-05-22 21:17:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:43 -0500
commitcda3cf211b5ad68202d96879ce12b81e91a53cc4 (patch)
tree14ffe9335009b8e76ae26113042d08c9f3a7bbd1 /source3/rpc_client
parent5d1755710a9d6d2e160a2f6c394c9897993b5f6a (diff)
downloadsamba-cda3cf211b5ad68202d96879ce12b81e91a53cc4.tar.gz
samba-cda3cf211b5ad68202d96879ce12b81e91a53cc4.tar.bz2
samba-cda3cf211b5ad68202d96879ce12b81e91a53cc4.zip
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)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_lsarpc.c4
1 files changed, 2 insertions, 2 deletions
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;
}
}