diff svr-x11fwd.c @ 1129:45830474d83c coverity

merge up to date, attempt to fix travis.yml
author Matt Johnston <matt@ucc.asn.au>
date Fri, 12 Jun 2015 23:02:15 +0800
parents aaf576b27a10
children a3e8389e01ff 888e3d17e962
line wrap: on
line diff
--- a/svr-x11fwd.c	Tue Apr 14 20:44:30 2015 +0800
+++ b/svr-x11fwd.c	Fri Jun 12 23:02:15 2015 +0800
@@ -107,7 +107,7 @@
 
 	int fd;
 	struct sockaddr_in addr;
-	int len;
+	socklen_t len;
 	int ret;
 	struct ChanSess * chansess = (struct ChanSess *)(listener->typedata);