From a82df9c67367e0828afcc65b0635187c73e2813a Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 15 Feb 2001 19:50:34 +0000 Subject: samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead of nmb so we write to same log file that was originally created as log.nmbd samba/source/smbd/server.c change remote_machine name to smbd instead of smb so we write to same log file that was originally created as log.smbd samba/source/lib/interface.c allow binding to all interface IP addresses even if on same subnet. This allows you to specify which IP's you want in interfaces line and use bind interfaces only (This used to be commit 01dfd59712f3730498784d7632da8fe0113d55b6) --- source3/smbd/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 8eacd4ed58..6457dd6295 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -636,7 +636,7 @@ static void usage(char *pname) slprintf(debugf, sizeof(debugf), "%s/log.smbd", LOGFILEBASE); } - pstrcpy(remote_machine, "smb"); + pstrcpy(remote_machine, "smbd"); setup_logging(argv[0],False); -- cgit