소스 검색

dialog: mark slot as lock if dialog found in state deleted for spiral detection

Daniel-Constantin Mierla 10 년 전
부모
커밋
6a9c892fd0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/dialog/dlg_handlers.c

+ 1 - 0
modules/dialog/dlg_handlers.c

@@ -823,6 +823,7 @@ int dlg_new_dialog(sip_msg_t *req, struct cell *t, const int run_initial_cbs)
 		}
 		/* lock the slot - dlg found, but in dlg_state_deleted, do a new one */
 		dlg_hash_lock(&callid);
+		mlock = 1;
     }
     spiral_detected = 0;