1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3: Remove a call to procid_self()

This commit is contained in:
Volker Lendecke 2011-12-13 10:56:27 +01:00
parent 21424056bb
commit 4066e291f5

View File

@ -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);