mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>.
Jeremy.
This commit is contained in:
parent
dc287adff2
commit
3f70c1b105
@ -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…
Reference in New Issue
Block a user