r5252: *** empty log message ***
[cl-modlisp.git] / compat.lisp
index 1b6c62fe7fbdc90fe0e3a0b06865dc453c1939a4..e7151214c9f3e3b9fca1aac27a5359d61cd9b7d6 100644 (file)
@@ -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))))))