1
0
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:
LX3JL
2015-12-30 18:04:27 +01:00
parent 4664798ec3
commit 22f489e440
10 changed files with 441 additions and 11 deletions
+2 -2
View File
@@ -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