mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>.
Jeremy. (This used to be commit 3f70c1b10589965ee95ef7497ff6fb7c39475569)
This commit is contained in:
parent
d0daf1a0c1
commit
1deb049a02
@ -2333,6 +2333,7 @@ void wins_write_database(time_t t, BOOL background)
|
||||
if (tdb_reopen(wins_tdb)) {
|
||||
DEBUG(0,("wins_write_database: tdb_reopen failed. Error was %s\n",
|
||||
strerror(errno)));
|
||||
_exit(0);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user