Make the --net-fatsv-port switch work in dump1090
This commit is contained in:
parent
1c831ae9a4
commit
a8b5a7c85b
2
net_io.c
2
net_io.c
|
|
@ -65,7 +65,7 @@ void modesInitNet(void) {
|
||||||
{"Beast TCP input", &Modes.bis, Modes.net_input_beast_port, 1},
|
{"Beast TCP input", &Modes.bis, Modes.net_input_beast_port, 1},
|
||||||
{"HTTP server", &Modes.https, Modes.net_http_port, 1},
|
{"HTTP server", &Modes.https, Modes.net_http_port, 1},
|
||||||
{"Basestation TCP output", &Modes.sbsos, Modes.net_output_sbs_port, 1},
|
{"Basestation TCP output", &Modes.sbsos, Modes.net_output_sbs_port, 1},
|
||||||
{"FlightAware TSV output", &Modes.fatsvos, MODES_NET_OUTPUT_FA_TSV_PORT, 1}
|
{"FlightAware TSV output", &Modes.fatsvos, Modes.net_fatsv_port, 1}
|
||||||
};
|
};
|
||||||
|
|
||||||
memcpy(&services, &svc, sizeof(svc));//services = svc;
|
memcpy(&services, &svc, sizeof(svc));//services = svc;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue