stream-unix: Do not bind a name for client sockets.
authorBen Pfaff <blp@nicira.com>
Mon, 27 Feb 2012 19:13:00 +0000 (11:13 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Mar 2012 00:33:15 +0000 (16:33 -0800)
There's no reason for a Unix domain client socket to bind a name.  I don't
know why we've always done that.  Stevens's "Unix Network Programming"
Unix domain socket client example doesn't do a bind.

Removes the 'unlink_path' parameter from new_fd_stream() since it is now
always passed as NULL.

Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found