diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-09-17 08:23:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-09-17 08:23:00 +0000 |
commit | 1eef953aca34f76b464f06372e927b08d33b2022 (patch) | |
tree | 6bebe98e37fe063bd68784084a16a2ea417a88ac /source3 | |
parent | e959f2e2322cfac811946d418406267629a2c12b (diff) | |
download | samba-1eef953aca34f76b464f06372e927b08d33b2022.tar.gz samba-1eef953aca34f76b464f06372e927b08d33b2022.tar.bz2 samba-1eef953aca34f76b464f06372e927b08d33b2022.zip |
fixed a typo in my last commit
(This used to be commit 31b4048362c63ab19e9ef35453c3763eec8b8f2b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nmbd/nmbd_winsserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_winsserver.c b/source3/nmbd/nmbd_winsserver.c index 3c831ee1ea..c81e0a913e 100644 --- a/source3/nmbd/nmbd_winsserver.c +++ b/source3/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) { |