mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix more "set but unused" warnings.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@317474 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -584,7 +584,6 @@ static int jingle_create_candidates(struct jingle *client, struct jingle_pvt *p, | ||||
| 	struct ast_sockaddr sin_tmp; | ||||
| 	struct ast_sockaddr us_tmp; | ||||
| 	struct ast_sockaddr bindaddr_tmp; | ||||
| 	struct sockaddr_in dest; | ||||
| 	struct in_addr us; | ||||
| 	struct in_addr externaddr; | ||||
| 	iks *iq, *jingle, *content, *transport, *candidate; | ||||
| @@ -665,9 +664,6 @@ static int jingle_create_candidates(struct jingle *client, struct jingle_pvt *p, | ||||
| 		ours2 = NULL; | ||||
| 	} | ||||
| 	ours1 = NULL; | ||||
| 	dest.sin_addr = __ourip; | ||||
| 	dest.sin_port = sin.sin_port; | ||||
|  | ||||
|  | ||||
| 	for (tmp = p->ourcandidates; tmp; tmp = tmp->next) { | ||||
| 		snprintf(component, sizeof(component), "%u", tmp->component); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user