diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-13 10:56:27 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-12-13 11:00:54 +0100 |
commit | 4066e291f56dbc084407fe10aeee168a1d497807 (patch) | |
tree | 3fb98be3b3578292bd6f7550baaa1e61dd6a489d /source3 | |
parent | 21424056bb4ad914871b009aee3a7567a3efdec0 (diff) | |
download | samba-4066e291f56dbc084407fe10aeee168a1d497807.tar.gz samba-4066e291f56dbc084407fe10aeee168a1d497807.tar.bz2 samba-4066e291f56dbc084407fe10aeee168a1d497807.zip |
s3: Remove a call to procid_self()
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/queue_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/queue_process.c b/source3/printing/queue_process.c index 5c00e8b001..ce4047cf16 100644 --- a/source3/printing/queue_process.c +++ b/source3/printing/queue_process.c @@ -274,7 +274,7 @@ pid_t start_background_queue(struct tevent_context *ev, exit(1); } - if (!serverid_register(procid_self(), + if (!serverid_register(messaging_server_id(msg_ctx), FLAG_MSG_GENERAL | FLAG_MSG_PRINT_GENERAL)) { exit(1); |