(Fopen_network_stream): Use same socket for in and out.
This commit is contained in:
parent
43e34a410d
commit
59f23005cf
1 changed files with 1 additions and 3 deletions
|
@ -1855,9 +1855,7 @@ Fourth arg SERVICE is name of the service desired, or an integer\n\
|
|||
#endif /* TERM */
|
||||
|
||||
inch = s;
|
||||
outch = dup (s);
|
||||
if (outch < 0)
|
||||
report_file_error ("error duplicating socket", Fcons (name, Qnil));
|
||||
outch = s;
|
||||
|
||||
if (!NILP (buffer))
|
||||
buffer = Fget_buffer_create (buffer);
|
||||
|
|
Loading…
Add table
Reference in a new issue