l2tpd: call msgb_talloc_ctx_init() to init msgb

This commit is contained in:
Alexander Couzens 2016-12-05 13:32:58 +01:00 committed by Harald Welte
parent c41a310fe2
commit a1a5c08e73
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ int main(int argc, char **argv)
int rc;
void *tall_l2tp_ctx = talloc_named_const(NULL, 0, "l2tpd");
msgb_talloc_ctx_init(tall_l2tp_ctx, 0);
l2tpd_log_init();