Commit acb0c8e1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix net_AcceptSingle return value

parent 873ae30a
...@@ -275,7 +275,7 @@ int net_AcceptSingle (vlc_object_t *obj, int lfd) ...@@ -275,7 +275,7 @@ int net_AcceptSingle (vlc_object_t *obj, int lfd)
msg_Dbg (obj, "accepted socket %d (from socket %d)", fd, lfd); msg_Dbg (obj, "accepted socket %d (from socket %d)", fd, lfd);
net_SetupSocket (fd); net_SetupSocket (fd);
return 0; return fd;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment