mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
4f4781c6d1
We now open messages.tdb even before we do the become_daemon. become_daemon() involves a fork and an immediate exit of the parent, thus the parent_is_longlived argument must be set to false in this case. The parent is not really long lived :-)