
3 Mar
2007
3 Mar
'07
11:35 p.m.
Author: ehuelsmann Date: Sat Mar 3 18:35:49 2007 New Revision: 213 Modified: usocket/trunk/usocket.lisp Log: Raise an error when creating an invalid socket. Modified: usocket/trunk/usocket.lisp ============================================================================== --- usocket/trunk/usocket.lisp (original) +++ usocket/trunk/usocket.lisp Sat Mar 3 18:35:49 2007 @@ -83,6 +83,8 @@ The returned value is a subtype of `stream-server-usocket'. " + (unless socket + (error 'invalid-socket-error)) (make-instance 'stream-server-usocket :socket socket :element-type element-type))
6641
Age (days ago)
6641
Last active (days ago)
0 comments
1 participants
participants (1)
-
ehuelsmann@common-lisp.net