This commit is contained in:
Wolfgang Hottgenroth 2021-02-09 18:39:12 +01:00
parent 1243bc5911
commit 659a8be734
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

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);
} }