Skip to content

initippool: fix initialization of ip_address_pool

asmadeus requested to merge asmadeus/l2tpns:initippool_memset into master

sizeof(ip_address_pool) is just a pointer size, we want to dereference it or ippoolt

(bug present in initial commit)

Merge request reports