From 81aa733db49831b60a262a87f8432914fea813a7 Mon Sep 17 00:00:00 2001 From: Kevin Webb Date: Fri, 5 Feb 2010 23:01:51 +0000 Subject: [PATCH 1/1] small copy/paste bug --- drl/ulogd_DRL.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drl/ulogd_DRL.c b/drl/ulogd_DRL.c index cb32f3b..44a57bb 100644 --- a/drl/ulogd_DRL.c +++ b/drl/ulogd_DRL.c @@ -1718,13 +1718,13 @@ static void reconfig() { if (get_eligible_leaves(&limiter.new_instance)) { free_failed_config(configs, &limiter.new_instance); printlog(LOG_CRITICAL, "Failed to read eligigle leaves.\n"); - return false; + return; } } else { if (parse_leaves(&limiter.new_instance, leaves.u.string)) { free_failed_config(configs, &limiter.new_instance); printlog(LOG_CRITICAL, "Failed to parse leaf string.\n"); - return false; + return; } } -- 2.43.0