Same reverse fix as before.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-08-17 21:25:20 +02:00
parent 7077608d93
commit 61b7c0ac31

View file

@ -1187,7 +1187,7 @@ also known as unix-domain sockets."))
stream))
#+:wsock
(defmethod socket-make-stream ((socket named-pipe-socket) &rest args &key (buffering :full))
(defmethod socket-make-stream ((socket named-pipe-socket) &rest args &key (buffering nil))
(declare (ignore args))
(let ((stream (and (slot-boundp socket 'stream)
(slot-value socket 'stream))))