X-Git-Url: http://git.asbjorn.it/?p=debian%2Fdhcpd-pools.git;a=blobdiff_plain;f=src%2Fdhcpd-pools.c;h=e3467cb2a7ded4863ae6986806558264d3331597;hp=78a6ce0bbdbd6fa2c89b6a78da7dd6d74cac08d0;hb=c11cc921bc68bde380dddbdef3dd347df4fce7c0;hpb=ee35f8bb1f94b177675ab84b963a0fe61cd201eb diff --git a/src/dhcpd-pools.c b/src/dhcpd-pools.c index 78a6ce0..e3467cb 100644 --- a/src/dhcpd-pools.c +++ b/src/dhcpd-pools.c @@ -246,6 +246,7 @@ int main(int argc, char **argv) shared_net_names + strlen(shared_net_names) + 1, shared_networks); + /* FIXME: move to output.c and use FILE *outfile */ if ((config.output_format[0] == 'x') || (config.output_format[0] == 'X')) { printf("\n"); @@ -271,6 +272,7 @@ int main(int argc, char **argv) if (errno == 25) errno = 0; + /* FIXME: move to output.c and use FILE *outfile */ if ((config.output_format[0] == 'x') || (config.output_format[0] == 'X')) { printf("\n");