Ensure MSP sockets are processed for incoming tcp connections

This commit is contained in:
Jeremy Lakeman 2014-01-10 12:56:41 +10:30
parent 31ab78fdf2
commit d7206e10d7

View File

@ -374,6 +374,7 @@ static void listen_poll(struct sched_ent *alarm)
msp_set_handler(sock, msp_handler, connection);
msp_set_remote(sock, remote_addr);
process_msp_asap();
if (once){
unwatch(alarm);