summaryrefslogtreecommitdiffstats
path: root/source/nmbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-04-15 20:00:41 +0000
committerJeremy Allison <jra@samba.org>1998-04-15 20:00:41 +0000
commiteb4fe9ecdf539209efab07dc992447ea7370cf93 (patch)
tree8cfeca86f3005e1e96b1b1a3ac8410f4ebbba0e5 /source/nmbd
parent7ba2195cc1914fbdfdd30eff207ea55ffc3aeb02 (diff)
downloadsamba-eb4fe9ecdf539209efab07dc992447ea7370cf93.tar.gz
samba-eb4fe9ecdf539209efab07dc992447ea7370cf93.tar.xz
samba-eb4fe9ecdf539209efab07dc992447ea7370cf93.zip
ipc.c: Fix for printer queue spinning with Win95.
nmbd.c: Fix for always overwriting log despite append setting. smb.h: Addition of last time password changed entry to account info. smbpass.c: Changes to support last time changed field in smbpasswd file. smbpasswd.c: Changes to support last time changed field in smbpasswd file. util.c: Fix for always overwriting log despite append setting. Jeremy.
Diffstat (limited to 'source/nmbd')
-rw-r--r--source/nmbd/nmbd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index 8373997e64d..5de1d3291d7 100644
--- a/source/nmbd/nmbd.c
+++ b/source/nmbd/nmbd.c
@@ -653,6 +653,8 @@ int main(int argc,char *argv[])
}
}
+ reopen_logs();
+
DEBUG(1,("%s netbios nameserver version %s started\n",timestring(),VERSION));
DEBUG(1,("Copyright Andrew Tridgell 1994-1997\n"));