summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/providers/ipa/ipa_timerules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_timerules.c b/src/providers/ipa/ipa_timerules.c
index 28a61d7b5..8ac074add 100644
--- a/src/providers/ipa/ipa_timerules.c
+++ b/src/providers/ipa/ipa_timerules.c
@@ -660,6 +660,7 @@ static int parse_absolute(struct absolute_range *absr,
if (difftime(absr->time_to, absr->time_from) < 0) {
DEBUG(1, ("Not a valid interval\n"));
ret = EINVAL;
+ goto done;
}
ret = EOK;