Run main server loop with sys_select() instead of sys_select_intr(). The
authorTim Potter <tpot@samba.org>
Mon, 24 Jul 2000 06:20:13 +0000 (06:20 +0000)
committerTim Potter <tpot@samba.org>
Mon, 24 Jul 2000 06:20:13 +0000 (06:20 +0000)
commit47f8f8e52227024f6b5889f7d12d7d0aa0a7104e
treed8b560e5117be54f081519d840c4ba7dddb8ca78
parentaffabf1909bd61c735ed38cf3f2ea1828c7c8de5
Run main server loop with sys_select() instead of sys_select_intr().  The
main daemon was not catching sighup and reloading the service file.
(This used to be commit f026a897e9296a71fb5c4d5f6e1b4d3287689bde)
source3/smbd/server.c