2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

fixed weird code.

This commit is contained in:
Brian Wellington
2001-09-18 21:21:18 +00:00
parent 9b009c9f5a
commit d11cc41b2b

View File

@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-makekeyset.c,v 1.53 2001/09/05 23:15:36 bwelling Exp $ */
/* $Id: dnssec-makekeyset.c,v 1.54 2001/09/18 21:21:18 bwelling Exp $ */
#include <config.h>
@@ -276,7 +276,7 @@ main(int argc, char *argv[]) {
char savednamestr[DNS_NAME_FORMATSIZE];
dns_name_format(savedname, savednamestr,
sizeof savednamestr);
if (!dns_name_equal(savedname, dst_key_name(key)) != 0)
if (!dns_name_equal(savedname, dst_key_name(key)))
fatal("all keys must have the same owner - %s "
"and %s do not match",
savednamestr, namestr);