Forgot to protect one access to with_creds with an ifdef.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1098 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-07-17 11:42:25 +00:00
parent 4b352e5fac
commit f5afb7b6d0

View file

@ -291,7 +291,9 @@ void pa_pstream_send_memblock(pa_pstream*p, uint32_t channel, int64_t offset, pa
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);