/[LeafOK_CVS]/lbbs/src/main.c
ViewVC logotype

Diff of /lbbs/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.27 by sysadm, Fri May 9 11:21:11 2025 UTC Revision 1.28 by sysadm, Fri May 9 12:58:27 2025 UTC
# Line 131  int main(int argc, char *argv[]) Line 131  int main(int argc, char *argv[])
131    
132          if ((!daemon) && std_log_redir)          if ((!daemon) && std_log_redir)
133          {          {
134                  log_std_redirect(2);                  log_std_redirect(STDERR_FILENO);
135          }          }
136          if ((!daemon) && error_log_redir)          if ((!daemon) && error_log_redir)
137          {          {
138                  log_err_redirect(3);                  log_err_redirect(STDERR_FILENO);
139          }          }
140    
141          // Load configuration          // Load configuration


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1