remove bug from my-reported-fqdn
This commit is contained in:
parent
514d61b986
commit
1ea2e0f8e7
|
@ -421,7 +421,7 @@ the requested method (~A).~%"
|
|||
(or *fqdn-cache*
|
||||
(begin
|
||||
(set! *fqdn-cache* (or (httpd-options-fqdn options)
|
||||
(dns-lookup-ip addr)
|
||||
(dns-lookup-ip (socket-address->string addr))
|
||||
(host-info:name (host-info addr))))
|
||||
*fqdn-cache*)))
|
||||
|
||||
|
@ -429,3 +429,4 @@ the requested method (~A).~%"
|
|||
(or (httpd-options-reported-port options)
|
||||
(receive (ip-addr portnum) (socket-address->internet-address addr)
|
||||
portnum)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue