Adaption to parameter change in socket-address->fqdn.
This commit is contained in:
		
							parent
							
								
									8111eddf82
								
							
						
					
					
						commit
						2ff86dd73b
					
				| 
						 | 
				
			
			@ -275,7 +275,7 @@
 | 
			
		|||
	    (if (and (pair? path) (string=? (car path) ""))
 | 
			
		||||
		(let* ((addr (socket-local-address socket))
 | 
			
		||||
		       (local-name (or (httpd-options-fqdn options)
 | 
			
		||||
				       (socket-address->fqdn addr #t)))
 | 
			
		||||
				       (socket-address->fqdn addr)))
 | 
			
		||||
		       (portnum (or (httpd-options-reported-port options)
 | 
			
		||||
				    (my-reported-port addr))))
 | 
			
		||||
		  (make-http-url (make-server #f #f
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue