dect
/
libdect
Archived
13
0
Fork 0

lce: fix page transaction release mode

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-08-02 05:50:21 +02:00
parent 7c0e516ed9
commit 575483c4f3
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ static void dect_lce_data_link_event(struct dect_handle *dh,
if (dh->page_transaction.state == DECT_TRANSACTION_OPEN) {
dect_debug(DECT_DEBUG_LCE, "\n");
dect_transaction_close(dh, &dh->page_transaction,
DECT_RELEASE_NORMAL);
DECT_DDL_RELEASE_NORMAL);
}
}
}