You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
333 B

  1. --- a/source4/lib/messaging/messaging.c
  2. +++ b/source4/lib/messaging/messaging.c
  3. @@ -350,7 +350,7 @@ static struct imessaging_context *imessa
  4. goto fail;
  5. }
  6. - msg->sock_dir = lpcfg_private_path(msg, lp_ctx, "msg.sock");
  7. + msg->sock_dir = lpcfg_lock_path(msg, lp_ctx, "msg.sock");
  8. if (msg->sock_dir == NULL) {
  9. goto fail;
  10. }