diff options
author | Andreas Schneider <asn@samba.org> | 2011-07-28 11:36:50 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-07-28 16:20:11 +0200 |
commit | a97fef36bccb856c9a6b7e1630f20dd3c394442e (patch) | |
tree | d7d81a331760007e22bf4a250984b1fd93220f0b /source3/include | |
parent | 5fa9fe39ea30c210bfb2ab10cfc796ec4b521f78 (diff) | |
download | samba-a97fef36bccb856c9a6b7e1630f20dd3c394442e.tar.gz |
s3-spoolss: Use existing handle in printer_driver_files_in_use().
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Jul 28 16:20:11 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 0ac1995f532..1f13a1a8e75 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -150,8 +150,7 @@ bool printer_driver_in_use(TALLOC_CTX *mem_ctx, struct dcerpc_binding_handle *b, const struct spoolss_DriverInfo8 *r); bool printer_driver_files_in_use(TALLOC_CTX *mem_ctx, - const struct auth_session_info *server_info, - struct messaging_context *msg_ctx, + struct dcerpc_binding_handle *b, struct spoolss_DriverInfo8 *r); bool delete_driver_files(const struct auth_session_info *server_info, const struct spoolss_DriverInfo8 *r); |