remove setlinebuf that sneeked in

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16334 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-12-01 15:29:40 +00:00
parent 1dda491372
commit 477270a1ca

View File

@@ -368,7 +368,6 @@ main(int argc, char **argv)
#endif
}
mini_inetd (port);
setlinebuf(stdout);
} else if (argc > 0) {
usage();
/* NOT REACHED */