mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	manager: Fix build due to missing variable usage.
Change-Id: I26d4d2cb9cee924632ff59ef0b30a7e6a1e2b00d
This commit is contained in:
		| @@ -8981,7 +8981,8 @@ static int __init_manager(int reload, int by_external_config) | ||||
|  | ||||
| 				ast_append_acl(var->name, var->value, &user->acl, &acl_error, &acl_subscription_flag); | ||||
| 				if (acl_error) { | ||||
| 					ast_log(LOG_ERROR, "Invalid ACL '%s' for manager user '%s' on line %d. Deleting user\n"); | ||||
| 					ast_log(LOG_ERROR, "Invalid ACL '%s' for manager user '%s' on line %d. Deleting user\n", | ||||
| 						var->value, user->username, var->lineno); | ||||
| 					user->keep = 0; | ||||
| 				} | ||||
| 			}  else if (!strcasecmp(var->name, "read") ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user