de1395217c0a7284b6dc5e69a04690a4f5425fe2
[feed/packages.git] / net / samba4 / patches / 021-source4-msgsock-nvram-fix.patch
1 --- a/source4/lib/messaging/messaging.c
2 +++ b/source4/lib/messaging/messaging.c
3 @@ -514,7 +514,7 @@ static struct imessaging_context *imessa
4 goto fail;
5 }
6
7 - msg->sock_dir = lpcfg_private_path(msg, lp_ctx, "msg.sock");
8 + msg->sock_dir = lpcfg_lock_path(msg, lp_ctx, "msg.sock");
9 if (msg->sock_dir == NULL) {
10 goto fail;
11 }