summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'session.c')
-rw-r--r--session.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/session.c b/session.c
index fbdc419eb..0c723ef1a 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
33 */ 33 */
34 34
35#include "includes.h" 35#include "includes.h"
36RCSID("$OpenBSD: session.c,v 1.92 2001/06/19 15:40:45 markus Exp $"); 36RCSID("$OpenBSD: session.c,v 1.93 2001/06/21 21:08:25 markus Exp $");
37 37
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h" 39#include "ssh1.h"
@@ -599,7 +599,6 @@ do_exec(Session *s, const char *command)
599 if (forced_command) { 599 if (forced_command) {
600 original_command = command; 600 original_command = command;
601 command = forced_command; 601 command = forced_command;
602 forced_command = NULL;
603 debug("Forced command '%.900s'", command); 602 debug("Forced command '%.900s'", command);
604 } 603 }
605 604