harlequin.lisp: Use the statically defined address for `guvnor'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2011 14:39:19 +0000 (15:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2011 14:39:19 +0000 (15:39 +0100)
This avoids exercising the resolver for what's anyway a locally defined
name, and also avoids stressing the local search rules.

harlequin.lisp

index 148d696..ecb2a67 100644 (file)
@@ -11,8 +11,8 @@
    (defhost bloghost vampire))
   (t
    (setf *default-zone-source* 'guvnor.distorted.org.uk.)
-   (defhost mail guvnor.demon)
-   (defhost bloghost guvnor.demon)))
+   (defhost mail guvnor.distorted.org.uk)
+   (defhost bloghost guvnor.distorted.org.uk)))
 
 (defzone harlequin.org.uk
   ;;