Attention is currently required from: daniel, neels.
1 comment:
File src/isdn/lapd_core.c:
Patch Set #9, Line 1939: if ((dl->lapd_flags & LAPD_F_RTS) && !llist_empty(&dl->tx_queue)) {
This looks a bit weird. […]
This function is called not only from lapd_ph_rts_ind, but from various locations of the LAPD process. The !llist_empty() checks if there is already some message in the queue. (RTS mode can only handle one message at a time.)
To view, visit change 34985. To unsubscribe, or for help writing mail filters, visit settings.