diff options
author | Günther Deschner <gd@samba.org> | 2011-05-05 21:52:57 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-06 12:07:17 +0200 |
commit | ab8219a6f39360da742d0f3ca702f2173d798538 (patch) | |
tree | b5d4afeda9c78ee913873b1d898c149b01fc0185 /source3 | |
parent | 03b9a9938b934ff774ad49c5b409c7060e66b999 (diff) | |
download | samba-ab8219a6f39360da742d0f3ca702f2173d798538.tar.gz samba-ab8219a6f39360da742d0f3ca702f2173d798538.tar.bz2 samba-ab8219a6f39360da742d0f3ca702f2173d798538.zip |
s3-spoolss: remove unused struct in construct_notify_printer_info().
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri May 6 12:07:17 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_server/spoolss/srv_spoolss_nt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/rpc_server/spoolss/srv_spoolss_nt.c b/source3/rpc_server/spoolss/srv_spoolss_nt.c index c88faa363f..38523fc495 100644 --- a/source3/rpc_server/spoolss/srv_spoolss_nt.c +++ b/source3/rpc_server/spoolss/srv_spoolss_nt.c @@ -3406,7 +3406,6 @@ static bool construct_notify_printer_info(struct messaging_context *msg_ctx, uint16_t field; struct spoolss_Notify *current_data; - print_queue_struct *queue=NULL; type = option_type->type; @@ -3440,7 +3439,7 @@ static bool construct_notify_printer_info(struct messaging_context *msg_ctx, pinfo2->printername)); notify_info_data_table[j].fn(msg_ctx, snum, current_data, - queue, pinfo2, mem_ctx); + NULL, pinfo2, mem_ctx); info->count++; } |