@@ -1,5 +1,14 @@
--- packetbl.c.orig 2012-12-30 15:31:05.472118316 +0100
-+++ packetbl.c 2012-12-30 15:41:47.792122079 +0100
++++ packetbl.c 2012-12-30 19:37:24.268122639 +0100
+@@ -541,7 +541,7 @@
+
+ config = &cf;
+ config_init(config);
+- result = config_read_file(config, "CONFIGFILE");
++ result = config_read_file(config, CONFIGFILE);
+ if (result == CONFIG_FALSE) {
+ if (config_error_type(config) == CONFIG_ERR_PARSE) {
+ fprintf (stderr, "Error parsing config file %s, line %d: %s\n",
@@ -617,6 +617,7 @@
if (config_setting != NULL) {
parse_config_bl_list(config_setting, TYPE_WHITELIST);
|