diff options
Diffstat (limited to 'bin/dnssec/dnssec-keyfromlabel.c')
| -rw-r--r-- | bin/dnssec/dnssec-keyfromlabel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dnssec/dnssec-keyfromlabel.c b/bin/dnssec/dnssec-keyfromlabel.c index 9dc9df75194d..bb26c33a7768 100644 --- a/bin/dnssec/dnssec-keyfromlabel.c +++ b/bin/dnssec/dnssec-keyfromlabel.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2007-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 @@ -319,7 +319,7 @@ main(int argc, char **argv) { fatal("could not initialize dst: %s", isc_result_totext(ret)); - setup_logging(verbose, mctx, &log); + setup_logging(mctx, &log); if (predecessor == NULL) { if (label == NULL) |
