summaryrefslogtreecommitdiff
path: root/source3/printing/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/printing/notify.c')
-rw-r--r--source3/printing/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/notify.c b/source3/printing/notify.c
index f55dbff47e..a89eb3f13c 100644
--- a/source3/printing/notify.c
+++ b/source3/printing/notify.c
@@ -146,7 +146,7 @@ static void send_spoolss_notify2_msg(struct spoolss_notify_msg *msg)
return;
if (!send_ctx)
- send_ctx = talloc_init_named("print notify queue");
+ send_ctx = talloc_init("print notify queue");
if (!send_ctx)
goto fail;