]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd-notifyd: call set_remote_machine_name()
authorRalph Boehme <slow@samba.org>
Sat, 27 Sep 2025 09:31:04 +0000 (11:31 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 10 Oct 2025 15:59:35 +0000 (15:59 +0000)
Makes "log file = %m" work.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/server.c

index 4e51fb6396df983f199bbe2cd64acb1e8bf48997..f784fc5d45022e1e230a5990485604682468ebef 100644 (file)
@@ -496,6 +496,7 @@ static bool smbd_notifyd_init(struct messaging_context *msg, bool interactive,
        }
 
        process_set_title("smbd-notifyd", "notifyd");
+       set_remote_machine_name("notifyd", false);
 
        reopen_logs();