Fixing regression
svn: r12764
This commit is contained in:
parent
247d9fb5fe
commit
02147ef4f3
|
@ -61,7 +61,7 @@
|
||||||
(lambda (flags)
|
(lambda (flags)
|
||||||
(configuration-table->web-config@
|
(configuration-table->web-config@
|
||||||
(extract-flag 'config flags default-configuration-table-path)
|
(extract-flag 'config flags default-configuration-table-path)
|
||||||
#:port (or (port) 80)
|
#:port (port)
|
||||||
#:listen-ip (extract-flag 'ip-address flags #f)))
|
#:listen-ip (extract-flag 'ip-address flags #f)))
|
||||||
'()))
|
'()))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user