From 06cf2ae6ea3c8ef5e092dc3b465461746f3d466b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 16:29:31 +0200 Subject: s3: Lift the server_messaging_context from notify_job_username --- 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 d84fc7699b..fe42f55d1e 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -577,7 +577,9 @@ static void pjob_store_notify(const char* sharename, uint32 jobid, struct printj if (new_job) { notify_job_submitted(sharename, jobid, new_data->starttime); - notify_job_username(sharename, jobid, new_data->user); + notify_job_username(server_event_context(), + server_messaging_context(), + sharename, jobid, new_data->user); } if (new_job || !strequal(old_data->jobname, new_data->jobname)) -- cgit