diff options
author | Günther Deschner <gd@samba.org> | 2009-02-09 13:35:05 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-09 19:10:37 +0100 |
commit | 3b4bf2f8a9c5150d03ea083e6db7d15035697806 (patch) | |
tree | 219e5184223dc53faca8e6953a380e4f1b7fb3a0 /source3/rpc_client | |
parent | d2b8fb99eedcfa16e1f68d3ca99df08e4503a598 (diff) | |
download | samba-3b4bf2f8a9c5150d03ea083e6db7d15035697806.tar.gz samba-3b4bf2f8a9c5150d03ea083e6db7d15035697806.tar.bz2 samba-3b4bf2f8a9c5150d03ea083e6db7d15035697806.zip |
s3-spoolss: remove old spoolss_ReplyClosePrinter.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_spoolss_notify.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/source3/rpc_client/cli_spoolss_notify.c b/source3/rpc_client/cli_spoolss_notify.c index 5440f76248..8e528eedd4 100644 --- a/source3/rpc_client/cli_spoolss_notify.c +++ b/source3/rpc_client/cli_spoolss_notify.c @@ -65,35 +65,6 @@ WERROR rpccli_spoolss_reply_open_printer(struct rpc_pipe_client *cli, TALLOC_CTX return result; } -/* Close a back-channel notification connection */ - -WERROR rpccli_spoolss_reply_close_printer(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - POLICY_HND *handle) -{ - prs_struct qbuf, rbuf; - SPOOL_Q_REPLYCLOSEPRINTER q; - SPOOL_R_REPLYCLOSEPRINTER r; - WERROR result = W_ERROR(ERRgeneral); - - /* Initialise input parameters */ - - make_spoolss_q_reply_closeprinter(&q, handle); - - /* Marshall data and send request */ - - CLI_DO_RPC_WERR( cli, mem_ctx, &syntax_spoolss, SPOOLSS_REPLYCLOSEPRINTER, - q, r, - qbuf, rbuf, - spoolss_io_q_replycloseprinter, - spoolss_io_r_replycloseprinter, - WERR_GENERAL_FAILURE ); - - /* Return result */ - - result = r.status; - return result; -} - /********************************************************************* This SPOOLSS_ROUTERREPLYPRINTER function is used to send a change notification event when the registration **did not** use |