mirror of
https://github.com/samba-team/samba.git
synced 2025-02-18 17:57:55 +03:00
Typo in error message
Volker
This commit is contained in:
parent
c7f06f3a48
commit
a1cae680f9
@ -241,7 +241,7 @@ BOOL initialise_wins(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (tdb_fetch_int32(tdb, INFO_VERSION) != WINS_VERSION) {
|
if (tdb_fetch_int32(tdb, INFO_VERSION) != WINS_VERSION) {
|
||||||
DEBUG(0,("Discarding invalid wins.dat file\n"));
|
DEBUG(0,("Discarding invalid wins.tdb file\n"));
|
||||||
tdb_close(tdb);
|
tdb_close(tdb);
|
||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user