- call daemon() before opening any sockets. Problem discovered and diagnosed by Frank van der Aa when trying to start autossh at system init. - don't use malloc(n * size) idiom; use calloc() OK sthen@
- call daemon() before opening any sockets. Problem discovered and diagnosed by Frank van der Aa when trying to start autossh at system init. - don't use malloc(n * size) idiom; use calloc() OK sthen@