From 569443a9c4223a65a8885fda2160bae62ea2585b Mon Sep 17 00:00:00 2001 From: Simon 'corecode' Schubert Date: Mon, 27 Oct 2008 06:45:12 +0100 Subject: [PATCH] dma: Move comment. --- libexec/dma/dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/dma/dma.c b/libexec/dma/dma.c index 57237f416e..03db576acf 100644 --- a/libexec/dma/dma.c +++ b/libexec/dma/dma.c @@ -1147,12 +1147,12 @@ main(int argc, char **argv) if (showq + doqueue > 1) errx(1, "conflicting queue operations"); - /* XXX fork root here */ - skipopts: openlog(tag, LOG_PID, LOG_MAIL); set_username(); + /* XXX fork root here */ + config = calloc(1, sizeof(*config)); if (config == NULL) err(1, NULL); -- 2.41.0