Fabrizio Fabbri 2017-05-17 19:45:51 +02:00
parent 539b05a1a2
commit 0227f299a6
No known key found for this signature in database
GPG key ID: 8276EDF3D10E6C35

View file

@ -251,6 +251,7 @@ create_server_port(int port)
FElibc_error("Accepting requests", 0);
#endif /* THREADS */
close(request);
return(conn);
}