hnbap_common: Fix copy+paste mistake (use hnbap msgb allocator)

This commit is contained in:
Harald Welte 2015-12-16 23:06:59 +01:00
parent d328c1a3ac
commit 462db35426
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ static struct msgb *hnbap_msgb_alloc(void)
static struct msgb *_hnbap_gen_msg(HNBAP_PDU_t *pdu)
{
struct msgb *msg = ranap_msgb_alloc();
struct msgb *msg = hnbap_msgb_alloc();
asn_enc_rval_t rval;
if (!msg)