mirror of https://github.com/MidnightCommander/mc
* mcserv.c (get_client): Don't try to find the address family
from the hostname. Always use AF_INET, because everything else is unsupported.
This commit is contained in:
parent
7171d36bb1
commit
4d7cf0f3a7
|
@ -1,3 +1,9 @@
|
|||
2002-10-04 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* mcserv.c (get_client): Don't try to find the address family
|
||||
from the hostname. Always use AF_INET, because everything else
|
||||
is unsupported.
|
||||
|
||||
2002-10-04 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* sfs.c (vfmake): Use open_error_pipe() and close_error_pipe().
|
||||
|
|
696
vfs/mcserv.c
696
vfs/mcserv.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue