1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

fixed a typo in my last commit

(This used to be commit 31b4048362)
This commit is contained in:
Andrew Tridgell 1998-09-17 08:23:00 +00:00
parent e959f2e232
commit 1eef953aca

View File

@ -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)
{