mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user