Don't smash the contents of ascend binary strings.
authoraland <aland>
Tue, 28 Aug 2001 20:13:37 +0000 (20:13 +0000)
committeraland <aland>
Tue, 28 Aug 2001 20:13:37 +0000 (20:13 +0000)
Patch from Michael Chernyakhovsky <magmike@mail.ru>

src/lib/filters.c

index 9595fdb..fa5a0e2 100644 (file)
@@ -269,8 +269,8 @@ static const KeywordStruct filterType[] = {
 };
 
 typedef enum {
-    FILTER_IP_TYPE,
     FILTER_GENERIC_TYPE,
+    FILTER_IP_TYPE,
     FILTER_IN,
     FILTER_OUT,
     FILTER_FORWARD,