* update to 4.17.1 * changelog: https://www.samba.org/samba/history/samba-4.17.1 * refresh patch Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
11 lines
333 B
Diff
11 lines
333 B
Diff
--- a/source4/lib/messaging/messaging.c
|
|
+++ b/source4/lib/messaging/messaging.c
|
|
@@ -514,7 +514,7 @@ static struct imessaging_context *imessa
|
|
goto fail;
|
|
}
|
|
|
|
- msg->sock_dir = lpcfg_private_path(msg, lp_ctx, "msg.sock");
|
|
+ msg->sock_dir = lpcfg_lock_path(msg, lp_ctx, "msg.sock");
|
|
if (msg->sock_dir == NULL) {
|
|
goto fail;
|
|
}
|