kill a warning in getsockopt()

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19337 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben
2006-08-05 08:56:54 +00:00
parent 603d621a37
commit 5a85fcf1d8

View File

@@ -137,7 +137,8 @@ const char *af2String(int af) {
int
connect2Server_with_af(char *host, int port, int af,int verb) {
int socket_server_fd;
int err, err_len;
int err;
socklen_t err_len;
int ret,count = 0;
fd_set set;
struct timeval tv;