diff options
author | Tim Potter <tpot@samba.org> | 2000-02-01 03:44:33 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-02-01 03:44:33 +0000 |
commit | 1afd542747d39b414459e4f9cc6c26e65891cc19 (patch) | |
tree | a6c9d84c6a53ba3d1d8d7a378316d4001f4ab968 /source3 | |
parent | 71e83b254466613243fbebb8036c94b51df50632 (diff) | |
download | samba-1afd542747d39b414459e4f9cc6c26e65891cc19.tar.gz samba-1afd542747d39b414459e4f9cc6c26e65891cc19.tar.bz2 samba-1afd542747d39b414459e4f9cc6c26e65891cc19.zip |
system_name not server_name
(This used to be commit e9da53012011b30cab80074fdc55e624ede97979)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |