From 1af73b04fc30c6be8a9fa792e2ecdb1affb9996b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 10:55:41 +0200 Subject: s3: Lift the smbd_messaging_context from winreg_del_driver_list --- source3/rpc_server/srv_spoolss_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/rpc_server/srv_spoolss_util.h') diff --git a/source3/rpc_server/srv_spoolss_util.h b/source3/rpc_server/srv_spoolss_util.h index 6cd7556175..2b8a653338 100644 --- a/source3/rpc_server/srv_spoolss_util.h +++ b/source3/rpc_server/srv_spoolss_util.h @@ -585,6 +585,7 @@ WERROR winreg_del_driver(TALLOC_CTX *mem_ctx, WERROR winreg_get_driver_list(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, + struct messaging_context *msg_ctx, const char *architecture, uint32_t version, uint32_t *num_drivers, -- cgit