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:
@@ -267,7 +267,7 @@ doit (char *host, int passivep)
|
|||||||
fprintf (stderr, "%s: write: %s\n", prog, strerror(errno));
|
fprintf (stderr, "%s: write: %s\n", prog, strerror(errno));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
close (otherside);
|
/* close (otherside); */
|
||||||
fn = passive;
|
fn = passive;
|
||||||
pid = fork();
|
pid = fork();
|
||||||
if (pid < 0) {
|
if (pid < 0) {
|
||||||
|
Reference in New Issue
Block a user