superflous, stderr is unbuffered

This commit is contained in:
Anselm R Garbe 2009-08-16 11:51:14 +01:00
parent 15edad07bb
commit 1301be6ce8

View file

@ -385,7 +385,6 @@ main(int argc, char *argv[]) {
/* init */
setbuf(stdout, NULL); /* unbuffered stdout */
setbuf(stderr, NULL); /* unbuffered stdout */
memset(&hints, 0, sizeof hints);
hints.ai_family = AF_INET;
hints.ai_socktype = SOCK_STREAM;