X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fvconn-stream.c;h=d169840ce7489cc83f59603d573e3885849f719e;hb=4b0424809b823101c969a0691fc1db0c880ae64a;hp=027f48f19a4d1b97489e95f5a6f397ee7749485a;hpb=b2f2acd543f159ba984a00059892917933612a10;p=sliver-openvswitch.git diff --git a/lib/vconn-stream.c b/lib/vconn-stream.c index 027f48f19..d169840ce 100644 --- a/lib/vconn-stream.c +++ b/lib/vconn-stream.c @@ -64,10 +64,6 @@ vconn_stream_new(struct stream *stream, int connect_status, s->txbuf = NULL; s->rxbuf = NULL; s->n_packets = 0; - s->vconn.remote_ip = stream_get_remote_ip(stream); - s->vconn.remote_port = stream_get_remote_port(stream); - s->vconn.local_ip = stream_get_local_ip(stream); - s->vconn.local_port = stream_get_local_port(stream); return &s->vconn; } @@ -281,7 +277,7 @@ vconn_stream_wait(struct vconn *vconn, enum vconn_wait_type wait) break; default: - NOT_REACHED(); + OVS_NOT_REACHED(); } }