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

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