vconn-stream: Fix listening on ptcp: and pssl: without specifying a port.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Mar 2010 17:13:51 +0000 (10:13 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 15 Mar 2010 17:17:33 +0000 (10:17 -0700)
commit907819c36692a3e13229c0e40d73432e83e84f62
treee97f5419f43ac1ef73bba971f9ecfd11c5bc8bac
parent59a1e28863c1b3529a6ca0c08c4db54307ed6bd8
vconn-stream: Fix listening on ptcp: and pssl: without specifying a port.

This function was adding an extra ":", which made pstream_open() unhappy.
lib/vconn-stream.c