Skip to content

Commit

Permalink
dialog: mark slot as lock if dialog found in state deleted for spiral…
Browse files Browse the repository at this point in the history
… detection
  • Loading branch information
miconda committed Sep 14, 2015
1 parent abb732e commit 6a9c892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dialog/dlg_handlers.c
Expand Up @@ -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;

Expand Down

0 comments on commit 6a9c892

Please sign in to comment.