Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
packetbl
> packetbl-0.7-beta1_void-return.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File packetbl-0.7-beta1_void-return.patch of Package packetbl
--- packetbl.c.orig 2012-12-30 15:31:05.472118316 +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); } + return 0; } parse_config_bl_list(config_setting_t *c, int type) { @@ -707,6 +708,7 @@ tmp->next = ce; } + return 0; } /*