summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-15 10:50:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:05 -0500
commitfb99bbe67597555109ebd65613a5aab395b43499 (patch)
tree72bca4d31eb9dcc7f91d66f424a6e114e9d05ed2 /source3/printing
parent2753d30cbea6cc6689cda17182caff20d65c6f6c (diff)
downloadsamba-fb99bbe67597555109ebd65613a5aab395b43499.tar.gz
samba-fb99bbe67597555109ebd65613a5aab395b43499.tar.bz2
samba-fb99bbe67597555109ebd65613a5aab395b43499.zip
r22895: Convert some more calls from message_send_buf to messaging_send_buf
(This used to be commit c8b98273406242a89a7e5d1fb5d79120ebe5822a)
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/printing.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index fd1649737b..9bae768c19 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -1535,8 +1535,9 @@ static void print_queue_update(int snum, BOOL force)
/* finally send the message */
- message_send_pid(pid_to_procid(background_lpq_updater_pid),
- MSG_PRINTER_UPDATE, buffer, len, False);
+ messaging_send_buf(smbd_messaging_context(),
+ pid_to_procid(background_lpq_updater_pid),
+ MSG_PRINTER_UPDATE, (uint8 *)buffer, len);
SAFE_FREE( buffer );