Commit 59a4de1c29719405e5d2b3927909bdebb51f5f9e

Thomas de Grivel 2015-07-23T18:37:20

Fix host

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/core/host.lisp b/core/host.lisp
index e135770..1a0bc9d 100644
--- a/core/host.lisp
+++ b/core/host.lisp
@@ -37,9 +37,6 @@
     (or #1=(get-resource 'host id)
         (setf #1# (make-instance 'host :id id)))))
 
-(eval-when (:load-toplevel)
-  (setq *host* (localhost)))
-
 (defun host-connect (host)
   (let ((id (resource-id host)))
     (cond