]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
same set problem as libipt_LOG.c - very, very strange
authorHarald Welte <laforge@gnumonks.org>
Mon, 22 Oct 2001 10:19:03 +0000 (10:19 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 22 Oct 2001 10:19:03 +0000 (10:19 +0000)
extensions/libip6t_LOG.c

index 6fc885242343d6738d7761f2542ebe5349cbe28a..39d938a71eac58f98115b3a65e1df8662a92d7dc 100644 (file)
@@ -67,6 +67,7 @@ static u_int8_t
 parse_level(const char *level)
 {
        unsigned int lev = -1;
+       unsigned int set = 0;
 
        if (string_to_number(level, 0, 7, &lev) == -1) {
                unsigned int i = 0;