sigma: return corrrect CC on line disconnect
This commit is contained in:
parent
bad1e0e565
commit
33d6b089bb
1 changed files with 3 additions and 1 deletions
|
@ -403,7 +403,9 @@ else { /* receive */
|
|||
}
|
||||
if (mux_sta[ln] & MUXL_RBP) /* break pending? */
|
||||
CC = CC3|CC4;
|
||||
else CC = mux_ldsc[ln].rcve? CC4: CC3;
|
||||
else if (mux_ldsc[ln].conn)
|
||||
CC = mux_ldsc[ln].rcve? CC4: CC3;
|
||||
else CC = 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue