diff options
Diffstat (limited to 'src/providers/ipa')
-rw-r--r-- | src/providers/ipa/ipa_timerules.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_timerules.c b/src/providers/ipa/ipa_timerules.c index 28a61d7b..8ac074ad 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; |