Skip to content

Commit

Permalink
Still referred to fd' instead of socket'.
Browse files Browse the repository at this point in the history
  • Loading branch information
berenddeboer committed Nov 13, 2014
1 parent ecf6bc7 commit c6e173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sus/sus_unix_client_socket.e
Expand Up @@ -37,7 +37,7 @@ feature {NONE} -- Socket specific open functions
socket_address: SUS_SOCKET_ADDRESS_UN
do
-- is_existing test creates `path' so is_open is True...
fd := unassigned_value
socket := unassigned_value
do_make
a_fd := new_socket (AF_UNIX, a_socket_type)
if a_fd /= -1 then
Expand Down

0 comments on commit c6e173d

Please sign in to comment.