From 7a9f94dae87061b15245314cbe6d079f62f1db98 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 16:28:03 +0200 Subject: s3: Lift the server_messaging_context from notify_job_total_pages --- source3/printing/printing.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/printing/printing.c') diff --git a/source3/printing/printing.c b/source3/printing/printing.c index b35c868469..d84fc7699b 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -601,7 +601,9 @@ static void pjob_store_notify(const char* sharename, uint32 jobid, struct printj sharename, jobid, new_data->size); if (new_job || old_data->page_count != new_data->page_count) - notify_job_total_pages(sharename, jobid, new_data->page_count); + notify_job_total_pages(server_event_context(), + server_messaging_context(), + sharename, jobid, new_data->page_count); } /**************************************************************************** -- cgit