summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-02-12 14:57:55 +0000
committerAndrew Tridgell <tridge@samba.org>1998-02-12 14:57:55 +0000
commitb7712a0a6d0afeef6239d5af61cba677eebb247b (patch)
treececeb470d1220660646939390d857258c3e2c1ad /source/nmbd/nmbd.c
parent7123405d6351cf6457adb1199dab3c6416bf9865 (diff)
downloadsamba-b7712a0a6d0afeef6239d5af61cba677eebb247b.tar.gz
samba-b7712a0a6d0afeef6239d5af61cba677eebb247b.tar.xz
samba-b7712a0a6d0afeef6239d5af61cba677eebb247b.zip
make the initial logfile names consistent. This should mean that smbd
starts with log.smb and nmbd starts with log.nmb. It also gets rid of the "log." when using the log.%m construct as %m expands to smb before a client connects.
Diffstat (limited to 'source/nmbd/nmbd.c')
-rw-r--r--source/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index b6e4244cd01..d42580bcbd7 100644
--- a/source/nmbd/nmbd.c
+++ b/source/nmbd/nmbd.c
@@ -204,7 +204,7 @@ BOOL reload_services(BOOL test)
BOOL ret;
extern fstring remote_machine;
- strcpy( remote_machine, "nmbd" );
+ strcpy( remote_machine, "nmb" );
if ( lp_loaded() )
{