Browse Source

tm: cb_flags made unsigned for uac_req

(cherry picked from commit ebd1c6c75a1b832ce85d576aad134b99d47b5738)
Daniel-Constantin Mierla 1 year ago
parent
commit
a86d7d2bad
1 changed files with 1 additions and 1 deletions
  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;