diff options
Diffstat (limited to 'bin/dnssec/dnssec-verify.c')
-rw-r--r-- | bin/dnssec/dnssec-verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dnssec/dnssec-verify.c b/bin/dnssec/dnssec-verify.c index 09e5211d47af..f68e4da5a596 100644 --- a/bin/dnssec/dnssec-verify.c +++ b/bin/dnssec/dnssec-verify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -272,7 +272,7 @@ main(int argc, char *argv[]) { rdclass = strtoclass(classname); - setup_logging(verbose, mctx, &log); + setup_logging(mctx, &log); argc -= isc_commandline_index; argv += isc_commandline_index; |