Fix doors in telnet

This commit is contained in:
Andrew Pamment 2016-12-11 23:22:10 +10:00
parent 2c11107954
commit 34a812898a

View File

@ -303,7 +303,6 @@ void runexternal(struct user_record *user, char *cmd, int stdio, char *argv[], c
} }
} }
} }
close(master);
} }
} }