fix
This commit is contained in:
parent
1243bc5911
commit
659a8be734
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user