Megatest

Diff
Login

Differences From Artifact [046ea6668a]:

To Artifact [ba4cec2667]:


836
837
838
839
840
841
842


843

844
845
846
847
848
849
850
836
837
838
839
840
841
842
843
844

845
846
847
848
849
850
851
852







+
+
-
+







			   (if (file-exists? hhf)
			       (with-input-from-file hhf read-line)
			       (if (file-write-access? *toppath*)
				   (begin
				     (with-output-to-file hhf
				       (lambda ()
					 (print bestadrs)))
				     (begin
				       (mutex-unlock! *homehost-mutex*)
				     (common:get-homehost))
				       (car (common:get-homehost))))
				   #f)))))
	   (at-home  (or (equal? homehost currhost)
			 (equal? homehost bestadrs))))
      (set! *home-host* (cons homehost at-home))
      (mutex-unlock! *homehost-mutex*)
      *home-host*))))