diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-05 19:21:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-05 19:21:34 +0100 |
commit | 3b53f81b5a97961276d6b81e110cefc74d275b12 (patch) | |
tree | 4da847cacf659978490b58cb2ab132403d30dc59 /info | |
parent | m (diff) | |
download | libpassphrase-3b53f81b5a97961276d6b81e110cefc74d275b12.tar.gz libpassphrase-3b53f81b5a97961276d6b81e110cefc74d275b12.tar.bz2 libpassphrase-3b53f81b5a97961276d6b81e110cefc74d275b12.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/libpassphrase.texinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/info/libpassphrase.texinfo b/info/libpassphrase.texinfo index 7d46aaa..9fbb14a 100644 --- a/info/libpassphrase.texinfo +++ b/info/libpassphrase.texinfo @@ -256,6 +256,7 @@ int main(int argc, char** argv) @{ /* Something went wrong, print what and exit */ perror(*argv); + passphrase_reenable_echo1(fd); close(fd); return 1; @} |