Suppress warning about ssh-auth-sock
This commit is contained in:
		
							parent
							
								
									73bba12d8b
								
							
						
					
					
						commit
						895f00c372
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -483,7 +483,9 @@ static void performOp(ref<LocalStore> store, bool trusted, unsigned int clientVe | |||
|             }; | ||||
| 
 | ||||
|             try { | ||||
|                 if (trusted | ||||
|                 if (name == "ssh-auth-sock") // obsolete
 | ||||
|                     ; | ||||
|                 else if (trusted | ||||
|                     || name == settings.buildTimeout.name | ||||
|                     || name == settings.connectTimeout.name) | ||||
|                     settings.set(name, value); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue