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

close -> net_Close

parent 2b73b011
......@@ -806,7 +806,7 @@ int __net_OpenDgram( vlc_object_t *obj, const char *psz_bind, int i_bind,
if (val != -1)
break;
close (fd);
net_Close (fd);
}
vlc_freeaddrinfo (rem);
......
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