From 76528c6f3811b256d3b5e71f03c029af8517a1ae Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Sat, 13 Jul 2013 21:53:24 +0000 Subject: [PATCH] arcfour:start_dcc_chat() The third argument to accept() should be a socklen_t. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@266 13b04d17-f746-0410-82c6-800466cd88b0 --- dll/arcfour/arcfour.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/arcfour/arcfour.c b/dll/arcfour/arcfour.c index 84ca146..214cc08 100644 --- a/dll/arcfour/arcfour.c +++ b/dll/arcfour/arcfour.c @@ -229,7 +229,7 @@ static int end_dcc_crypt (int s, unsigned long d_addr, int d_port) static void start_dcc_chat(int s) { struct sockaddr_in remaddr; -int sra; +socklen_t sra; int type; int new_s = -1; char *nick = NULL;