summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-17 08:23:00 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-17 08:23:00 +0000
commit31b4048362c63ab19e9ef35453c3763eec8b8f2b (patch)
treef2a54400c72e3feea8bffb26ef9edaeb0336e071
parent1e1a512e3ff59f962fb3de382f671618bed60839 (diff)
downloadsamba-31b4048362c63ab19e9ef35453c3763eec8b8f2b.tar.gz
fixed a typo in my last commit
-rw-r--r--source/nmbd/nmbd_winsserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_winsserver.c b/source/nmbd/nmbd_winsserver.c
index 3c831ee1ea0..c81e0a913ef 100644
--- a/source/nmbd/nmbd_winsserver.c
+++ b/source/nmbd/nmbd_winsserver.c
@@ -1564,7 +1564,7 @@ void wins_write_database(BOOL background)
}
slprintf(fname,sizeof(fname),"%s/%s.%d", lp_lockdir(), WINS_LIST, getpid());
- string_sub(s->fname,"//", "/");
+ string_sub(fname,"//", "/");
if((fp = fopen(fnamenew,"w")) == NULL)
{