X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=abf3d06f17a64249671ffbfb0470aa995a599578;hp=92707ba97b86624b543c7fbaedea74b5ace7a6c3;hb=6ce07bab6f8bcb3ac8f3f3f6ceb14ac105e16aa9;hpb=6e83b4bcdf55b8daa551a57923fe9bb01c870325 diff --git a/stdout.c b/stdout.c index 92707ba9..abf3d06f 100644 --- a/stdout.c +++ b/stdout.c @@ -89,8 +89,7 @@ void stdout_set_defaults(struct stdout_task *sot) int ret; sot->task.pre_select = stdout_pre_select; - sot->task.new_post_select = stdout_post_select; - sot->task.post_select = NULL; + sot->task.post_select = stdout_post_select; sprintf(sot->task.status, "stdout"); ret = mark_fd_nonblocking(STDOUT_FILENO); if (ret >= 0)