Added missing return value

Change-Id: I53d0e75c14933fae30257f8a4cc76df0f3bcd642
This commit is contained in:
wbokslag 2022-07-11 14:40:10 +02:00
parent 627959b4ba
commit 22b190ef5f
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ static int tllc_defrag_out(struct tllc_state *llcs,
llist_del(&dqe->list);
talloc_free(msg);
talloc_free(dqe);
return 0;
}
/* Receive TM-SDU (MAC SDU == LLC PDU) */