mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	* Add new "auth-group=" parameter to protocol-native-unix
* Rename "public=" argument  of protocol-{esound,native} to "auth-anonymous"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@601 fefdeb5f-60dc-0310-8127-8f9354f1896f
			
			
This commit is contained in:
		
							parent
							
								
									25bcc106d0
								
							
						
					
					
						commit
						4358977415
					
				
					 6 changed files with 86 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -1139,8 +1139,8 @@ pa_protocol_esound* pa_protocol_esound_new(pa_core*core, pa_socket_server *serve
 | 
			
		|||
 | 
			
		||||
    p = pa_xnew(pa_protocol_esound, 1);
 | 
			
		||||
 | 
			
		||||
    if (pa_modargs_get_value_boolean(ma, "public", &public) < 0) {
 | 
			
		||||
        pa_log(__FILE__": public= expects a boolean argument.");
 | 
			
		||||
    if (pa_modargs_get_value_boolean(ma, "auth-anonymous", &public) < 0) {
 | 
			
		||||
        pa_log(__FILE__": auth-anonymous= expects a boolean argument.");
 | 
			
		||||
        return NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue