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)
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>

No differences found