mirror of
https://github.com/ShaYmez/xlxd.git
synced 2026-07-25 11:34:11 -04:00
version 1.1.0
added support for callsign black/white lists in gatekeeper changed DCS timeout to 30 sec to support DMR - DSTAR bridge
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@ CReflector g_Reflector;
|
||||
int main(int argc, const char * argv[])
|
||||
{
|
||||
#ifdef RUN_AS_DAEMON
|
||||
|
||||
|
||||
// redirect cout, cerr and clog to syslog
|
||||
syslog::redirect cout_redir(std::cout);
|
||||
syslog::redirect cerr_redir(std::cerr);
|
||||
@@ -83,7 +83,7 @@ int main(int argc, const char * argv[])
|
||||
close(STDIN_FILENO);
|
||||
close(STDOUT_FILENO);
|
||||
close(STDERR_FILENO);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
// check arguments
|
||||
|
||||
Reference in New Issue
Block a user