From: Fredrik Tolf Date: Thu, 7 Oct 2010 06:15:06 +0000 (+0200) Subject: acceslog: Fixed typo. X-Git-Tag: 0.3~11 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=8ad7573acd834e02bffbd7adc3814d4ca5645677 acceslog: Fixed typo. --- 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':