X-Git-Url: http://git.kpe.io/?p=cl-modlisp.git;a=blobdiff_plain;f=compat.lisp;h=e7151214c9f3e3b9fca1aac27a5359d61cd9b7d6;hp=1b6c62fe7fbdc90fe0e3a0b06865dc453c1939a4;hb=2034f84891876fe05ed5dbc7861ff21e70bdd2e3;hpb=cb60460c044d8e4c1270b30acd43853ef4ef8f94 diff --git a/compat.lisp b/compat.lisp index 1b6c62f..e715121 100644 --- a/compat.lisp +++ b/compat.lisp @@ -1,5 +1,5 @@ ;;; -*- Syntax: Ansi-Common-Lisp; Base: 10; Mode: lisp; Package: clit -*- -;;; $Id: compat.lisp,v 1.1 2003/07/08 06:43:29 kevin Exp $ +;;; $Id: compat.lisp,v 1.2 2003/07/08 08:34:22 kevin Exp $ (in-package #:modlisp) @@ -253,7 +253,7 @@ setsockopt SO_REUSEADDR if :reuse is not nil" (let ((ll (string-tokens (substitute #\Space #\. dotted)))) (+ (ash (first ll) 24) (ash (second ll) 16) (ash (third ll) 8) (fourth ll))) - (ignore-error + (ignore-errors (let ((ll (string-tokens (substitute #\Space #\. dotted)))) (+ (ash (first ll) 24) (ash (second ll) 16) (ash (third ll) 8) (fourth ll))))))