X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=e9277d999681fd1108fe26b8ec257bf7fe972d87;hp=1c60669aa4579846d05958ea8f619ddf9d978c83;hb=65572373b52dad3f2ff3b8302a6f7491553f07b1;hpb=2a8029478dfc65f0c935d864faf4aea9e3deb27d;ds=inline diff --git a/stdout.c b/stdout.c index 1c60669a..e9277d99 100644 --- a/stdout.c +++ b/stdout.c @@ -52,7 +52,6 @@ void stdout_set_defaults(struct stdout_task *sot) sot->task.pre_select = stdout_pre_select; sot->task.post_select = stdout_post_select; sot->task.event_handler = stdout_default_event_handler; - sot->task.flags = 0; sot->eof = 0; sprintf(sot->task.status, "stdout writer"); }