浏览代码

tm: cb_flags made unsigned for uac_req

(cherry picked from commit ebd1c6c75a1b832ce85d576aad134b99d47b5738)
Daniel-Constantin Mierla 1 年之前
父节点
当前提交
a86d7d2bad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/tm/uac.h

+ 1 - 1
src/modules/tm/uac.h

@@ -47,7 +47,7 @@ typedef struct uac_req
 	str *ssock;
 	str *ssockname;
 	dlg_t *dialog;
-	int cb_flags;
+	unsigned int cb_flags;
 	transaction_cb *cb;
 	void *cbp;
 	str *callid;