Skip to content

Commit

Permalink
dialog: typo fix for DLG_IFLAG_DMQ_SYNC flag value
Browse files Browse the repository at this point in the history
(cherry picked from commit ad427fc)
  • Loading branch information
snen authored and miconda committed Apr 22, 2018
1 parent ffa97a1 commit b89f643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/dialog/dlg_hash.h
Expand Up @@ -77,7 +77,7 @@
#define DLG_IFLAG_TIMER_NORESET (1<<3) /*!< don't reset dialog timers on in-dialog messages reception */
#define DLG_IFLAG_CSEQ_DIFF (1<<4) /*!< CSeq changed in dialog */
#define DLG_IFLAG_PRACK (1<<5) /*!< PRACK was routed during initial state */
#define DLG_IFLAG_DMQ_SYNC (1<<5) /*!< sync this dialog via dmq DMQ*/
#define DLG_IFLAG_DMQ_SYNC (1<<6) /*!< sync this dialog via dmq DMQ*/

#define DLG_CALLER_LEG 0 /*!< attribute that belongs to a caller leg */
#define DLG_CALLEE_LEG 1 /*!< attribute that belongs to a callee leg */
Expand Down

0 comments on commit b89f643

Please sign in to comment.