mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	trivial formatting change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83293 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1073,7 +1073,7 @@ static int ast_tryconnect(void) | ||||
| 	} | ||||
| 	memset(&sunaddr, 0, sizeof(sunaddr)); | ||||
| 	sunaddr.sun_family = AF_LOCAL; | ||||
| 	ast_copy_string(sunaddr.sun_path, (char *)ast_config_AST_SOCKET, sizeof(sunaddr.sun_path)); | ||||
| 	ast_copy_string(sunaddr.sun_path, (char *) ast_config_AST_SOCKET, sizeof(sunaddr.sun_path)); | ||||
| 	res = connect(ast_consock, (struct sockaddr *)&sunaddr, sizeof(sunaddr)); | ||||
| 	if (res) { | ||||
| 		close(ast_consock); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user