diff tcpfwd.h @ 855:04ede40a529a

- Some fixes for old compilers like tru64 v4 from Daniel Richard G. - Don't warn about blocking random device for prngd
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 21:36:45 +0800
parents dfdb9d9189ff
children 5daedffd0769
line wrap: on
line diff
--- a/tcpfwd.h	Thu Nov 14 20:45:46 2013 +0800
+++ b/tcpfwd.h	Thu Nov 14 21:36:45 2013 +0800
@@ -40,7 +40,7 @@
 	unsigned char *listenaddr;
 	unsigned int listenport;
 	/* The address that the remote host asked to listen on */
-	unsigned char *request_listenaddr;;
+	unsigned char *request_listenaddr;
 
 	const struct ChanType *chantype;
 	enum {direct, forwarded} tcp_type;