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:
@@ -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)
|
static void start_dcc_chat(int s)
|
||||||
{
|
{
|
||||||
struct sockaddr_in remaddr;
|
struct sockaddr_in remaddr;
|
||||||
int sra;
|
socklen_t sra;
|
||||||
int type;
|
int type;
|
||||||
int new_s = -1;
|
int new_s = -1;
|
||||||
char *nick = NULL;
|
char *nick = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user