summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2005-10-02 14:21:25 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2005-10-02 14:21:25 +0000
commitc771f1879667b54305f386ee63800045aa719145 (patch)
treeeda61bb5aa9ec857766148f75f9e0c6d265a1897 /src
parent7a48264cd97d709e5e0ef9ebb77225da03994259 (diff)
downloadgnutls-c771f1879667b54305f386ee63800045aa719145.tar.gz
handle better EOF from stdin.
Diffstat (limited to 'src')
-rw-r--r--src/cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli.c b/src/cli.c
index a9a690721e..eb35c90753 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -640,6 +640,7 @@ int main(int argc, char **argv)
}
} else {
user_term = 1;
+ break;
}
continue;
}