From: Francis Dupont Date: Sun, 16 Feb 2014 01:07:33 +0000 (+0100) Subject: spurious space X-Git-Tag: v9.10.0b1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a74b30b3110d699f8159f2ec35a4a96820284e;p=thirdparty%2Fbind9.git spurious space --- diff --git a/bin/named/server.c b/bin/named/server.c index 37de16f56ea..cb0b2c2aa1b 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -6163,7 +6163,7 @@ load_configuration(const char *filename, ns_server_t *server, } if (bindkeys_parser != NULL) { - if (bindkeys != NULL) + if (bindkeys != NULL) cfg_obj_destroy(bindkeys_parser, &bindkeys); cfg_parser_destroy(&bindkeys_parser); }