[pulseaudio-commits] r1098 - /trunk/src/pulsecore/pstream.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Mon Jul 17 04:42:27 PDT 2006


Author: ossman
Date: Mon Jul 17 13:42:25 2006
New Revision: 1098

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1098&root=pulseaudio&view=rev
Log:
Forgot to protect one access to with_creds with an ifdef.

Modified:
    trunk/src/pulsecore/pstream.c

Modified: trunk/src/pulsecore/pstream.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/pulsecore/pstream.c?rev=1098&root=pulseaudio&r1=1097&r2=1098&view=diff
==============================================================================
--- trunk/src/pulsecore/pstream.c (original)
+++ trunk/src/pulsecore/pstream.c Mon Jul 17 13:42:25 2006
@@ -291,7 +291,9 @@
     i->channel = channel;
     i->offset = offset;
     i->seek_mode = seek_mode;
+#ifdef SCM_CREDENTIALS
     i->with_creds = 0;
+#endif
 
     pa_memblock_ref(i->chunk.memblock);
 




More information about the pulseaudio-commits mailing list