[pulseaudio-commits] r1308 - /trunk/src/pulse/context.c
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Tue Aug 22 00:18:14 PDT 2006
Author: ossman
Date: Tue Aug 22 09:18:07 2006
New Revision: 1308
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1308&root=pulseaudio&view=rev
Log:
Fix call to pa_pstream_send_tagstruct().
Modified:
trunk/src/pulse/context.c
Modified: trunk/src/pulse/context.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/pulse/context.c?rev=1308&root=pulseaudio&r1=1307&r2=1308&view=diff
==============================================================================
--- trunk/src/pulse/context.c (original)
+++ trunk/src/pulse/context.c Tue Aug 22 09:18:07 2006
@@ -456,7 +456,7 @@
pa_pstream_send_tagstruct_with_creds(c->pstream, t, &ucred);
}
#else
- pa_pstream_send_tagstruct(c->pstream, t, NULL);
+ pa_pstream_send_tagstruct(c->pstream, t);
#endif
pa_pdispatch_register_reply(c->pdispatch, tag, DEFAULT_TIMEOUT, setup_complete_callback, c, NULL);
More information about the pulseaudio-commits
mailing list