1
0
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:
Jeremy Allison 2007-06-20 23:24:18 +00:00 committed by Gerald (Jerry) Carter
parent d0daf1a0c1
commit 1deb049a02

View File

@ -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;
}
}