From 9e7b1b11505090574f3d27a68c063aa641125ba3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 30 Apr 2014 10:40:25 -0700 Subject: rconn: Correct comment. rconn objects do not cache IP address and port information any longer. Signed-off-by: Ben Pfaff Acked-by: Alex Wang --- lib/rconn.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/rconn.c') diff --git a/lib/rconn.c b/lib/rconn.c index 2c49ca850..4b6eff112 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -1085,10 +1085,7 @@ rconn_packet_counter_n_bytes(const struct rconn_packet_counter *c) } /* Set rc->target and rc->name to 'target' and 'name', respectively. If 'name' - * is null, 'target' is used. - * - * Also, clear out the cached IP address and port information, since changing - * the target also likely changes these values. */ + * is null, 'target' is used. */ static void rconn_set_target__(struct rconn *rc, const char *target, const char *name) OVS_REQUIRES(rc->mutex) -- cgit v1.2.1