aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/keyringer/functions')
-rwxr-xr-xlib/keyringer/functions2
1 files changed, 0 insertions, 2 deletions
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