aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xanypinentry2
1 files changed, 1 insertions, 1 deletions
diff --git a/anypinentry b/anypinentry
index f0274cc..6eab83e 100755
--- a/anypinentry
+++ b/anypinentry
@@ -157,7 +157,7 @@ interpret_command() {
NOP) ;;
CANCEL) not_implemented_error ;;
OPTION) save_option "$data" ;;
- BYE) echo "OK closing connection"; exit 0 ;;
+ BYE) exit 0 ;;
AUTH) not_implemented_error ;;
RESET) reset ;;
END) not_implemented_error ;;