diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2009-06-25 18:50:46 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2009-06-25 18:50:46 +0000 |
| commit | 53ae1d202dc8ab10c2a95d64232a5ce37efdec73 (patch) | |
| tree | fd7aeafae85cba26eb571345dcbf44bbb5421e5d /bin/dnssec/dnssectool.c | |
| parent | 917f9272552f53051c2565455cf463703988e9b3 (diff) | |
Vendor import of BIND 9.6.1vendor/bind9/9.6.1
Notes
svn path=/vendor/bind9/dist/; revision=194991
svn path=/vendor/bind9/9.6.1/; revision=194992; tag=vendor/bind9/9.6.1
Diffstat (limited to 'bin/dnssec/dnssectool.c')
| -rw-r--r-- | bin/dnssec/dnssectool.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dnssec/dnssectool.c b/bin/dnssec/dnssectool.c index e933a06d6023..b89d76945b89 100644 --- a/bin/dnssec/dnssectool.c +++ b/bin/dnssec/dnssectool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssectool.c,v 1.45 2007/06/19 23:46:59 tbox Exp $ */ +/* $Id: dnssectool.c,v 1.45.334.4 2009/06/08 23:47:00 tbox Exp $ */ /*! \file */ @@ -222,7 +222,7 @@ setup_entropy(isc_mem_t *mctx, const char *randomfile, isc_entropy_t **ectx) { int usekeyboard = ISC_ENTROPY_KEYBOARDMAYBE; REQUIRE(ectx != NULL); - + if (*ectx == NULL) { result = isc_entropy_create(mctx, ectx); if (result != ISC_R_SUCCESS) |
