mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 19:04:32 +04:00
Update Samba to 4.9.2 Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
12 lines
333 B
Diff
12 lines
333 B
Diff
--- a/source4/lib/messaging/messaging.c
|
|
+++ b/source4/lib/messaging/messaging.c
|
|
@@ -350,7 +350,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;
|
|
}
|