Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonGerasimov committed May 18, 2015
1 parent df0a6d1 commit 1ffaf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main()
while(1)
{
struct sockaddr_in remote;
int remoteLen=sizeof(remote);
unsigned remoteLen=sizeof(remote);
int cs;
if((cs=accept(h, (sockaddr *)&remote, &remoteLen))<0){
perror("Accepting");
Expand Down

0 comments on commit 1ffaf18

Please sign in to comment.