mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Fix call to pa_pstream_send_tagstruct().
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1308 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
25c0640ac2
commit
8a16c73151
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ static void setup_context(pa_context *c, pa_iochannel *io) {
|
||||||
pa_pstream_send_tagstruct_with_creds(c->pstream, t, &ucred);
|
pa_pstream_send_tagstruct_with_creds(c->pstream, t, &ucred);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
pa_pstream_send_tagstruct(c->pstream, t, NULL);
|
pa_pstream_send_tagstruct(c->pstream, t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
pa_pdispatch_register_reply(c->pdispatch, tag, DEFAULT_TIMEOUT, setup_complete_callback, c, NULL);
|
pa_pdispatch_register_reply(c->pdispatch, tag, DEFAULT_TIMEOUT, setup_complete_callback, c, NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue