From 10ca74d526b5626b64753754adbbdfe4689ebe99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 10 Jun 2020 22:58:47 +0200 Subject: Remove minor TODO's in server. --- module/entry-points/server.scm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'module/entry-points') diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm index b2716c15..f053a708 100644 --- a/module/entry-points/server.scm +++ b/module/entry-points/server.scm @@ -180,11 +180,9 @@ (description "Address to use, defaults to " (i "0.0.0.0") " for IPv4, and " (i "::") " for IPv6.") ) - ;; TODO numbers as single-char seems to not work. - (six (single-char #\6) - (description "Use IPv6.")) - (four (single-char #\4) - (description "Use IPv4.")) + ;; numbers as single-char doesn't work. + (six (description "Use IPv6.")) + (four (description "Use IPv4.")) (help (single-char #\h) (description "Print this help.")))) @@ -224,9 +222,6 @@ (bind sock family addr port) sock))) - - ;; TODO possibly test inet-pton here on address? - (format #t "Starting server on ~a:~a~%I'm ~a, runing from ~a~%" addr port (getpid) (getcwd)) -- cgit v1.2.3