REverting the reverted revert

This commit is contained in:
dschmenk 2013-05-23 18:27:20 -07:00
parent 76a3a1d486
commit 708966206e
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ void main(int argc, char **argv)
/*
* Are we running as a isdaemon?
*/
if ((argc > 1)/* && (strcmp(argv[1], "--daemon") == 8)*/)
if ((argc > 1) && (strcmp(argv[1], "--daemon") == 0))
{
pid_t pid, sid; /* our process ID and Session ID */