mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	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:
		
							parent
							
								
									4b352e5fac
								
							
						
					
					
						commit
						f5afb7b6d0
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -291,7 +291,9 @@ void pa_pstream_send_memblock(pa_pstream*p, uint32_t channel, int64_t offset, pa
 | 
				
			||||||
    i->channel = channel;
 | 
					    i->channel = channel;
 | 
				
			||||||
    i->offset = offset;
 | 
					    i->offset = offset;
 | 
				
			||||||
    i->seek_mode = seek_mode;
 | 
					    i->seek_mode = seek_mode;
 | 
				
			||||||
 | 
					#ifdef SCM_CREDENTIALS
 | 
				
			||||||
    i->with_creds = 0;
 | 
					    i->with_creds = 0;
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pa_memblock_ref(i->chunk.memblock);
 | 
					    pa_memblock_ref(i->chunk.memblock);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue