socket-util: Remove 'passcred' parameter from make_unix_socket().
authorBen Pfaff <blp@nicira.com>
Mon, 14 May 2012 21:32:14 +0000 (14:32 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Jul 2012 17:29:20 +0000 (10:29 -0700)
commit5ca92d1d5dc0d8dba9ed554444cd0ae00a43209f
tree189dd562b11e7b1403a43e1447ea632a0d721004
parentc50c79431efa7b85688fb4be61d97c5ee7a9c459
socket-util: Remove 'passcred' parameter from make_unix_socket().

Nothing in the tree ever tries to send or receive credentials over a Unix
domain socket so there's no point in configuring them to be received.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/socket-util.c
lib/socket-util.h
lib/stream-unix.c
tests/test-unix-socket.c