Don't close remote socket.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@740 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-09-15 16:27:54 +00:00
parent 8ec9e5d7ec
commit fe8dde47bb

View File

@@ -267,7 +267,7 @@ doit (char *host, int passivep)
fprintf (stderr, "%s: write: %s\n", prog, strerror(errno));
return 1;
}
close (otherside);
/* close (otherside); */
fn = passive;
pid = fork();
if (pid < 0) {