소스 검색

- warning fix in ser_stun, patch from Alfred E. Heggestad <[email protected]>

Andrei Pelinescu-Onciul 19 년 전
부모
커밋
45bdee1f0a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      ser_stun.c

+ 0 - 1
ser_stun.c

@@ -103,7 +103,6 @@ int stun_process_msg(char* buf, unsigned len, struct receive_info* ri)
 	struct dest_info			dst;
 	struct stun_unknown_att*	unknown;
 	USHORT_T					error_code;
-	int ii;
 	 
 	memset(&msg_req, 0, sizeof(msg_req));
 	memset(&msg_res, 0, sizeof(msg_res));