io.sockets.secure.windows: No need to call file>> because we have a

win32-socket on the stack already.
locals-and-roots
Doug Coleman 2016-06-02 10:56:50 -07:00
parent b63aaff1c5
commit 05083ba503
1 changed files with 1 additions and 1 deletions
basis/io/sockets/secure/windows

View File

@ -61,7 +61,7 @@ M: secure remote>handle ( addrspec -- handle )
[ addrspec>> remote>handle ] [ hostname>> ] bi <ssl-socket> ;
M: secure (get-local-address) ( handle remote -- sockaddr )
[ file>> ] [ addrspec>> ] bi* (get-local-address) ;
addrspec>> (get-local-address) ;
M: secure parse-sockaddr addrspec>> parse-sockaddr f <secure> ;