mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
parent
e959f2e232
commit
1eef953aca
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user