remove unneeded line

This commit is contained in:
Cloud Wu
2014-09-22 18:21:54 +08:00
parent 9b901c6a38
commit 228ad16d74

View File

@@ -335,7 +335,6 @@ open_socket(struct socket_server *ss, struct request_open * request, struct sock
sock = -1;
continue;
}
sp_nonblocking(sock);
break;
}