Skip to content

Commit

Permalink
sess: fix speaker state
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 9, 2023
1 parent 83b3b62 commit 4ab7996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ struct session *slmix_session_lookup(const struct list *sessl,
pl_bool(&speaker, &pl_speaker);

err = slmix_session_create(&sess, slmix(), sessid, &pl_user_id,
&pl_name, host, false);
&pl_name, host, speaker);
if (!err) {
mbuf_reset(&mb);
return sess;
Expand Down

0 comments on commit 4ab7996

Please sign in to comment.