소스 검색

fixed a finished message bug with resumed sessions

cecylia 7 년 전
부모
커밋
f8629f7c9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      relay_station/flow.c

+ 1 - 1
relay_station/flow.c

@@ -1082,7 +1082,7 @@ int add_packet(flow *f, struct packet_info *info){
 						}
 
 						//check to see if last finished message received
-						if(f->application ==1){
+						if(f->in_encrypted ==2){
 
 #ifdef DEBUG
 							printf("Replacing info->data with finished message (%d bytes).\n", info_len);