stream-unix: Fix naming of passive Unix streams.
authorBen Pfaff <blp@nicira.com>
Wed, 13 Jul 2011 20:40:43 +0000 (13:40 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 23:50:07 +0000 (16:50 -0700)
commitb7643a4c96961fd2fe91ee027f53c8ef7f6eb348
treeb52b124c37daf206f6e2b8b75d014a2c39d2d9e4
parent5c9516d4d67cbe88d8e0dbb51e92e63c245045f6
stream-unix: Fix naming of passive Unix streams.

Until now, pstream_get_name() would just return "punix" for passive Unix
streams.  This is uninformative and probably just a mistake, so this
commit switches to using the full name passed in, e.g.
"punix:/path/to/socket".
lib/stream-unix.c