diff options
Diffstat (limited to 'sshpty.c')
-rw-r--r-- | sshpty.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -186,6 +186,7 @@ pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) | |||
186 | if (*ttyfd < 0) { | 186 | if (*ttyfd < 0) { |
187 | error("%.100s: %.100s", namebuf, strerror(errno)); | 187 | error("%.100s: %.100s", namebuf, strerror(errno)); |
188 | close(*ptyfd); | 188 | close(*ptyfd); |
189 | return 0; | ||
189 | } | 190 | } |
190 | return 1; | 191 | return 1; |
191 | } | 192 | } |