]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
Fix hexadecimal parsing in config file
authorEric Leblond <eric@inl.fr>
Thu, 12 Jun 2008 09:10:58 +0000 (11:10 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 12 Jun 2008 09:10:58 +0000 (11:10 +0200)
commit015849995f7f99f344ece11748a6e7b36ce07dd7
treee92c01080692e2c9f6b6ce9af7be5ea4f92f1a17
parentda35b9e971b852338be7bbb00c639a381b1a5a76
Fix hexadecimal parsing in config file

The config file parsing was not able to parse integer given in hex notation.
This patch modify the parsing of configfile to be able to use different
integers notation.

Signed-off-by: Eric Leblond <eric@inl.fr>
src/conffile.c