This commit is contained in:
2021-02-09 18:39:12 +01:00
parent 3ceb11009a
commit 6e8f8d00e5

View File

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