The Lambda Lab
/
projects
/
scratchy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c37c7e
)
Removed debug call.
author
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 3 May 2019 21:58:51 +0000
(23:58 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 3 May 2019 21:58:51 +0000
(23:58 +0200)
burrow.scm
patch
|
blob
|
history
diff --git
a/burrow.scm
b/burrow.scm
index
31cb2ed
..
557dfa0
100644
(file)
--- a/
burrow.scm
+++ b/
burrow.scm
@@
-204,9
+204,9
@@
(config-port-set! config (string->number (caddr args))))
(run-server config)))))))
-
;;
(main)
+(main)
-(define (test)
- (run-server (make-config "gopher-root" "localhost" 70 #t)))
+
;;
(define (test)
+
;;
(run-server (make-config "gopher-root" "localhost" 70 #t)))
;; (test)