]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spacing
authorBrian Wellington <source@isc.org>
Tue, 5 Feb 2002 19:44:55 +0000 (19:44 +0000)
committerBrian Wellington <source@isc.org>
Tue, 5 Feb 2002 19:44:55 +0000 (19:44 +0000)
lib/dns/resolver.c

index 8132ed73df2bfc02c610266abe936e560650dcd4..59ab1bee911cb4a889cd43dd9b69dc3c47b61a57 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.236 2002/02/05 01:15:21 bwelling Exp $ */
+/* $Id: resolver.c,v 1.237 2002/02/05 19:44:55 bwelling Exp $ */
 
 #include <config.h>
 
@@ -2530,7 +2530,7 @@ validated(isc_task_t *task, isc_event_t *event) {
         * done waiting for validator completions and ADB pending events; if
         * so, destroy the fctx.
         */
-       if (SHUTTINGDOWN(fctx) && !sentresponse ) {
+       if (SHUTTINGDOWN(fctx) && !sentresponse) {
                maybe_destroy(fctx);
                goto cleanup_event;
        }