mobile/main.c: fix deprecated call to msgb_set_talloc_ctx()
commitb7ff8b589332771f4843f4f050817bd92a577355
authorVadim Yanitskiy <axilirator@gmail.com>
Mon, 30 Oct 2017 17:03:20 +0000 (31 00:03 +0700)
committerHarald Welte <laforge@gnumonks.org>
Thu, 2 Nov 2017 14:21:16 +0000 (2 14:21 +0000)
tree8545778908d2c739390807261750fc922bafac7e
parentaceb6a80d82e5418197fcd73ee295fe1ec47e969
mobile/main.c: fix deprecated call to msgb_set_talloc_ctx()

The usage of msgb_set_talloc_ctx() was deprecated many days ago,
so it's time to use the proper replacement.

Change-Id: I56440d8e2152c4bb2e5ad677f88c61742d2ad9ca
src/host/layer23/src/mobile/main.c