diff options
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -33,7 +33,7 @@ | |||
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include "includes.h" | 35 | #include "includes.h" |
36 | RCSID("$OpenBSD: session.c,v 1.174 2004/05/09 01:19:28 djm Exp $"); | 36 | RCSID("$OpenBSD: session.c,v 1.175 2004/05/11 19:01:43 deraadt Exp $"); |
37 | 37 | ||
38 | #include "ssh.h" | 38 | #include "ssh.h" |
39 | #include "ssh1.h" | 39 | #include "ssh1.h" |
@@ -1824,9 +1824,8 @@ session_exec_req(Session *s) | |||
1824 | static int | 1824 | static int |
1825 | session_break_req(Session *s) | 1825 | session_break_req(Session *s) |
1826 | { | 1826 | { |
1827 | u_int break_length; | ||
1828 | 1827 | ||
1829 | break_length = packet_get_int(); /* ignored */ | 1828 | packet_get_int(); /* ignored */ |
1830 | packet_check_eom(); | 1829 | packet_check_eom(); |
1831 | 1830 | ||
1832 | if (s->ttyfd == -1 || | 1831 | if (s->ttyfd == -1 || |