diff -u -r --exclude=CVS gnokii-cvs/common/data/rlp-common.c gnokii-devel/common/data/rlp-common.c --- gnokii-cvs/common/data/rlp-common.c 2003-03-25 11:28:10.000000000 +0100 +++ gnokii-devel/common/data/rlp-common.c 2003-10-10 18:59:32.000000000 +0200 @@ -1371,7 +1371,7 @@ break; default: - if (T == RLP_Timeout1_Limit) { + if (T == RLP_Timeout1_Limit || T == 0) { Poll_xchg = _idle; if (SABM_Count > RLP_N2) NextState = RLP_S8; @@ -1388,7 +1388,7 @@ SABM_State = _wait; SABM_Count++; Poll_xchg = _wait; - T = 1; + RLP_SetTimer(&T); } else RLP_SendF96Frame(RLP_FT_U_NULL, false, false, 0, 0, NULL, false); }