mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-21 14:40:22 -08:00
User might not have provided the value of slot :TYPE
This commit is contained in:
parent
99acd6092f
commit
fa7d62304b
1 changed files with 1 additions and 2 deletions
|
|
@ -293,8 +293,7 @@ directly instantiated."))
|
|||
proto-num))))
|
||||
(if (= fd -1) (socket-error "socket"))
|
||||
(setf (slot-value socket 'file-descriptor) fd
|
||||
(slot-value socket 'protocol) proto-num
|
||||
(slot-value socket 'type) type)
|
||||
(slot-value socket 'protocol) proto-num)
|
||||
#+ ignore
|
||||
(sb-ext:finalize socket (lambda () (sockint::close fd)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue