Changeset 84 for trunk/src/samhain.c


Ignore:
Timestamp:
Jan 18, 2007, 8:23:38 PM (18 years ago)
Author:
rainer
Message:

Fix fo ticket #47 (yule TCP socket accidentally closed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/samhain.c

    r79 r84  
    13141314  /* close all other files
    13151315   */
    1316   sh_unix_closeall(3, -1); /* after processing CL options */
     1316  sh_unix_closeall(3, -1); /* after processing CL options; only stderr here */
    13171317
    13181318
     
    13691369      sh.flag.loop     = S_FALSE;
    13701370    }
    1371 
    1372   if (sh.flag.isdaemon == S_TRUE)
    1373     sh_error_only_stderr (BAD);
    13741371
    13751372  /* --- load database; checksum of database
Note: See TracChangeset for help on using the changeset viewer.