summaryrefslogtreecommitdiffstats
path: root/urxvt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-18 03:27:43 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-18 03:28:06 -0400
commit5a437671aad6f20e6a5a6e264129355b8e4b133e (patch)
tree88c3431c0c030ca52cdf6e0ecd21f9a5582b736e /urxvt
parent9e4d11352f7f694c1e8935c26d9cf2826f616fe5 (diff)
downloadconf-5a437671aad6f20e6a5a6e264129355b8e4b133e.tar.gz
conf-5a437671aad6f20e6a5a6e264129355b8e4b133e.zip
don't hang when an invalid password entry is given
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/pass2
1 files changed, 1 insertions, 1 deletions
diff --git a/urxvt/pass b/urxvt/pass
index e0f3057..d439ba2 100644
--- a/urxvt/pass
+++ b/urxvt/pass
@@ -124,11 +124,11 @@ sub which_password {
if ($password) {
$self->tt_write($password);
- $self->leave;
}
else {
$self->msg("Unknown password $passname");
}
+ $self->leave;
});
}