This commit is contained in:
2021-02-09 18:39:12 +01:00
parent 1243bc5911
commit 659a8be734

View File

@ -36,7 +36,7 @@ void readConfig() {
int main() { int main() {
readConfig(); readConfig();
int res = receiver(cfg); int res = receiver(&cfg);
if (res < 0) { if (res < 0) {
logmsg(LOG_ERR, "receiver failed to start, error: ", res); logmsg(LOG_ERR, "receiver failed to start, error: ", res);
} }