diff auth.h @ 654:818108bf7749

- Fix use-after-free if multiple command requests were sent. Move the original_command into chansess struct since that makes more sense
author Matt Johnston <matt@ucc.asn.au>
date Sun, 04 Dec 2011 05:31:25 +0800
parents b321aeb57c64
children 619b1ed837fd
line wrap: on
line diff
--- a/auth.h	Sun Dec 04 05:27:57 2011 +0800
+++ b/auth.h	Sun Dec 04 05:31:25 2011 +0800
@@ -133,7 +133,6 @@
 	int no_pty_flag;
 	/* "command=" option. */
 	unsigned char * forced_command;
-	unsigned char * original_command;
 };
 #endif