diff --git a/Error-log b/Error-log index 9fc75b9..ec0211f 100644 --- a/Error-log +++ b/Error-log @@ -115,3 +115,7 @@ reported by Michel Schinz 15 Nov 96. fix by ??????????? Irix 6.x can't compile sighandler1.c for lack of sigbits? reported by Stephen Pascoe 18 Nov 96. fix by ?????????? + +host-info:addresses contains bogus info if the argument to +host-info is a socket-address. +reported by Michael Sperber 2 Dec 96. fix by bdc diff --git a/scsh/network.scm b/scsh/network.scm index f62150b..713d633 100644 --- a/scsh/network.scm +++ b/scsh/network.scm @@ -735,7 +735,7 @@ (vector->list (C-string-vec->Scheme aliases #f)) (vector->list - (C-string-vec->Scheme addresses #f))))))) + (C-long-vec->Scheme addresses #f))))))) (define-foreign %host-address->host-info/h-errno (scheme_host_address2host_info (string-desc name))