diff options
author | Tim Potter <tpot@samba.org> | 2000-07-17 06:04:23 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-07-17 06:04:23 +0000 |
commit | 5c1c5622269c54dca89eb178ca25981ab7928e75 (patch) | |
tree | 8273701a909d3c1ab736dac69253489107806da6 | |
parent | dea06ad7a554089a7394cdcb6bf5a766e8e8a6c3 (diff) | |
download | samba-5c1c5622269c54dca89eb178ca25981ab7928e75.tar.gz samba-5c1c5622269c54dca89eb178ca25981ab7928e75.tar.xz samba-5c1c5622269c54dca89eb178ca25981ab7928e75.zip |
Missing var.
-rw-r--r-- | source/rpc_server/srv_spoolss_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_server/srv_spoolss_nt.c b/source/rpc_server/srv_spoolss_nt.c index 587b31f5353..e30180a2506 100644 --- a/source/rpc_server/srv_spoolss_nt.c +++ b/source/rpc_server/srv_spoolss_nt.c @@ -3011,7 +3011,7 @@ static uint32 update_printer_sec(const POLICY_HND *handle, uint32 level, { SEC_DESC_BUF *old_secdesc_ctr = NULL; struct current_user user; - uint32 acc_granted, status; + uint32 acc_granted, status, result; Printer_entry *Printer = find_printer_index_by_hnd(handle); |