diff options
author | Günther Deschner <gd@samba.org> | 2008-11-14 23:58:26 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-06 18:58:34 +0100 |
commit | 0bd5698dabdf8a408e21c5261a688dd2599af3cf (patch) | |
tree | f0d4ba248e4f816fb4a8dcbd0784200399e2233c /source3/libads | |
parent | 46903a0f907869253899d05b3c04c93aa2e2812d (diff) | |
download | samba-0bd5698dabdf8a408e21c5261a688dd2599af3cf.tar.gz samba-0bd5698dabdf8a408e21c5261a688dd2599af3cf.tar.bz2 samba-0bd5698dabdf8a408e21c5261a688dd2599af3cf.zip |
s3-spoolss: use rpccli_spoolss_ClosePrinter.
Guenther
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap_printer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c index 169c3bba1d..023acaa638 100644 --- a/source3/libads/ldap_printer.c +++ b/source3/libads/ldap_printer.c @@ -369,7 +369,7 @@ WERROR get_remote_printer_publishing_data(struct rpc_pipe_client *cli, TALLOC_FREE( dsdriver_ctr ); TALLOC_FREE( dsspooler_ctr ); - rpccli_spoolss_close_printer(cli, mem_ctx, &pol); + rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL); return result; } |