From 94b43077a6072acb338fc230115e98ae79daaa58 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Wed, 29 Jul 2009 12:29:59 +0200 Subject: [PATCH] Replace an invalid comment by a more meaningful one. --- contrib/sockets/sockets.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sockets/sockets.lisp b/contrib/sockets/sockets.lisp index 4a5d1102f..ff4c00687 100644 --- a/contrib/sockets/sockets.lisp +++ b/contrib/sockets/sockets.lisp @@ -158,7 +158,7 @@ containing the whole rest of the given `string', if any." (defmethod host-ent-address ((host-ent host-ent)) (car (host-ent-addresses host-ent))) -;; FIXME: Do we need to free the hostent structures? +;; FIXME: We should move this to using getaddrinfo (defun get-host-by-name (host-name) "Returns a HOST-ENT instance for HOST-NAME or throws some kind of condition. HOST-NAME may also be an IP address in dotted quad notation or some other