From 1afd542747d39b414459e4f9cc6c26e65891cc19 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 1 Feb 2000 03:44:33 +0000 Subject: system_name not server_name (This used to be commit e9da53012011b30cab80074fdc55e624ede97979) --- source3/rpc_client/cli_lsarpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index cfd562785b..34201ebc16 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -38,7 +38,7 @@ do a LSA Open Policy ****************************************************************************/ BOOL do_lsa_open_policy(struct cli_state *cli, - char *server_name, POLICY_HND *hnd, + char *system_name, POLICY_HND *hnd, BOOL sec_qos) { prs_struct rbuf; -- cgit