summaryrefslogtreecommitdiff
path: root/lib/rconn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rconn.c')
-rw-r--r--lib/rconn.c5
1 files changed, 1 insertions, 4 deletions
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)