X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ao_write.c;h=93861ab63f50baf478bf74fe6f216fce6cf39f53;hb=49ae9b0afbaa8b1ac05c7956f325c4f7a710b59a;hp=6dc3192ccb710b12148bfc7a6417de3f07efd59c;hpb=3f7208f35ce23eaac34991f2087c7847d35f58aa;p=paraslash.git diff --git a/ao_write.c b/ao_write.c index 6dc3192c..93861ab6 100644 --- a/ao_write.c +++ b/ao_write.c @@ -375,7 +375,6 @@ void ao_write_init(struct writer *w) w->post_select = aow_post_select; w->parse_config_or_die = aow_parse_config_or_die; w->free_config = aow_free_config; - w->shutdown = NULL; w->help = (struct ggo_help) { .short_help = ao_write_args_info_help, };