Module: kamailio Branch: 4 Commit: 714d3e329e9c0352da814832e6f86cd0e5fdea39 URL: https://github.com/kamailio/kamailio/commit/714d3e329e9c0352da814832e6f86cd0...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-10-01T16:36:16+02:00
dialog: updated old comment to reflect current behaviour
(cherry picked from commit 098849c72a8b651a5757eac3eb3dee6772766d76)
---
Modified: modules/dialog/dlg_hash.c
---
Diff: https://github.com/kamailio/kamailio/commit/714d3e329e9c0352da814832e6f86cd0... Patch: https://github.com/kamailio/kamailio/commit/714d3e329e9c0352da814832e6f86cd0...
---
diff --git a/modules/dialog/dlg_hash.c b/modules/dialog/dlg_hash.c index 630b6eb..656833c 100644 --- a/modules/dialog/dlg_hash.c +++ b/modules/dialog/dlg_hash.c @@ -651,7 +651,7 @@ dlg_cell_t* dlg_get_by_iuid(dlg_iuid_t *diuid) * \param ftag from tag * \param ttag to tag * \param dir direction - * \param mode let hash table slot locked if dialog is not found + * \param mode let hash table slot locked or not * \return dialog structure on success, NULL on failure */ static inline struct dlg_cell* internal_get_dlg(unsigned int h_entry,