Skip to content

Commit bdfb163

Browse files
committed
Additional fix for skupperproject#1480: When the PN_RAW_CONNECTION_CONNECTED event is received on the connector side, call qd_set_vflow_netaddr_string
1 parent 21b7ba0 commit bdfb163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/adaptors/tcp/tcp_adaptor.c

+1
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,7 @@ static void on_connection_event_CSIDE_IO(pn_event_t *e, qd_server_t *qd_server,
19181918

19191919
if (etype == PN_RAW_CONNECTION_CONNECTED) {
19201920
// it is safe to call pn_raw_connection_wake() now
1921+
qd_set_vflow_netaddr_string(conn->common.vflow, conn->raw_conn, conn->listener_side);
19211922
assert(!IS_ATOMIC_FLAG_SET(&conn->raw_opened));
19221923
SET_ATOMIC_FLAG(&conn->raw_opened);
19231924
} else if (etype == PN_RAW_CONNECTION_DISCONNECTED) {

0 commit comments

Comments
 (0)