Removed superfluous check of the return value of
ext:create-inet-listener.
This commit is contained in:
@ -87,7 +87,6 @@
|
||||
#+MP
|
||||
(defun http-listener (port server)
|
||||
(let ((fd (ext:create-inet-listener port)))
|
||||
(unless fd (error "Cannot bind port ~D." port))
|
||||
(unwind-protect
|
||||
(progn
|
||||
(setf (process-name *current-process*)
|
||||
@ -128,3 +127,4 @@
|
||||
#+MP
|
||||
(defun initialize-clash (&optional (idle-process mp::*initial-process*))
|
||||
(setf mp::*idle-process* idle-process))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user