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
This commit is contained in:
Tim Cava
2013-07-13 21:53:24 +00:00
parent d6393b8248
commit 76528c6f38

View File

@@ -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;