From ef29f9d23a98b4e18b2400f3dd29b32de81514a7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Dec 2016 16:08:15 -0200 Subject: Removes break statements from keyringer_check_expiration --- lib/keyringer/functions | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 1d53925..bd87fd6 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -728,7 +728,6 @@ function keyringer_check_expiration { if [[ -z "$expiry" ]]; then not_expired=1 - break fi if [[ "$seconds" -lt "$expiry" ]]; then @@ -737,7 +736,6 @@ function keyringer_check_expiration { if [[ "$ahead" -gt "$expiry" ]] && [ "$BASENAME" == "check" ]; then echo "Warning: subkey from $recipient will expire soon, on `date --date="@$expiry"`" fi - break fi done -- cgit v1.2.3