Skip to content

Commit

Permalink
Merge pull request usocket#24 from phoe-krk/patch-1
Browse files Browse the repository at this point in the history
Style improvement to avoid nested #+ / #-
  • Loading branch information
hanshuebner authored Jul 22, 2016
2 parents 9bd9d2d + 1bc7fd2 commit 9278824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/sbcl.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,11 @@
(sb-bsd-sockets:socket-error . ,#'map-socket-error)

;; Nameservice errors: mapped to unknown-error
#-ecl #-ecl #-ecl
#-ecl
(sb-bsd-sockets:no-recovery-error . ns-no-recovery-error)
#-ecl
(sb-bsd-sockets:try-again-error . ns-try-again-condition)
#-ecl
(sb-bsd-sockets:host-not-found-error . ns-host-not-found-error)))

(defun handle-condition (condition &optional (socket nil))
Expand Down

0 comments on commit 9278824

Please sign in to comment.