module-rtp: keep track who initiated the session

This commit is contained in:
Wim Taymans 2023-03-03 16:08:27 +01:00
parent 3b33098cd7
commit 25f4e38781

View file

@ -587,6 +587,7 @@ static void parse_apple_midi_cmd_in(struct impl *impl, bool ctrl, uint8_t *buffe
}
}
if (success) {
sess->we_initiated = false;
sess->initiator = initiator;
sess->ctrl_addr = *sa;
sess->ctrl_len = salen;