Commit 302a21bb authored by Andreas Plesner's avatar Andreas Plesner

Don't clobber output on HUP

parent 41c31767
......@@ -94,7 +94,7 @@ rotateout(void)
AN(LOG.w_arg);
AN(LOG.fo);
fclose(LOG.fo);
openout(0);
openout(1);
AN(LOG.fo);
return (0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment