Make the addrlen passed to my_accept() a socklen_t everywhere.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@278 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Tim Cava
2013-07-14 03:09:16 +00:00
parent a3b938dfd5
commit 27ed98a03d
4 changed files with 6 additions and 6 deletions

View File

@@ -2451,7 +2451,7 @@ struct param parm;
void handle_reconnect(int s)
{
int len;
socklen_t len;
struct sockaddr_in addr;
int n;
memset(&addr, 0, sizeof(addr));