diff options
author | Günther Deschner <gd@samba.org> | 2009-03-17 00:29:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 12:14:47 +0100 |
commit | 12c6ac6a434325d7e9837bbea6d35482767251ba (patch) | |
tree | 11a0ec9806bf5bf4cdf28334a28a6f02eaaf40e3 /source3/utils | |
parent | 56691dfe4bb6b4efe14271361247f030f7a34e18 (diff) | |
download | samba-12c6ac6a434325d7e9837bbea6d35482767251ba.tar.gz samba-12c6ac6a434325d7e9837bbea6d35482767251ba.tar.bz2 samba-12c6ac6a434325d7e9837bbea6d35482767251ba.zip |
s3-net: fix net_spoolss_setprinterdataex.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_printer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c index a30b3a1d0e..43ef412d90 100644 --- a/source3/utils/net_rpc_printer.c +++ b/source3/utils/net_rpc_printer.c @@ -885,7 +885,7 @@ static bool net_spoolss_enumprinterdataex(struct rpc_pipe_client *pipe_hnd, static bool net_spoolss_setprinterdataex(struct rpc_pipe_client *pipe_hnd, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, - char *keyname, + const char *keyname, REGISTRY_VALUE *value) { WERROR result; |