From 8ad7573acd834e02bffbd7adc3814d4ca5645677 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 7 Oct 2010 08:15:06 +0200 Subject: [PATCH] acceslog: Fixed typo. --- src/accesslog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/accesslog.c b/src/accesslog.c index 06bdd98..4c06e69 100644 --- a/src/accesslog.c +++ b/src/accesslog.c @@ -204,7 +204,6 @@ int main(int argc, char **argv) int fd; struct pollfd pfd[2]; - optarg = NULL; while((c = getopt(argc, argv, "+hFaf:")) >= 0) { switch(c) { case 'h': -- 2.11.0