]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
ip2bin: fix plugin link for some compiler
authorEric Leblond <eric@regit.org>
Sun, 2 Jul 2017 15:57:54 +0000 (17:57 +0200)
committerEric Leblond <eric@regit.org>
Sun, 2 Jul 2017 16:02:56 +0000 (18:02 +0200)
commitfafa58537a014af5205896b8753a79b6bf1b8f44
treeb0ca0d4b0a0ec7348bac47bd6b901c8d5a228c21
parent6155e8ad65e9db172ef56baffed498080891296c
ip2bin: fix plugin link for some compiler

Declaring a function inline and building with -O0 was causing the
following message:
 undefined symbol: uint32_to_ipv6
By declaring the function as static we fix the problem.
filter/ulogd_filter_IP2BIN.c