فهرست منبع

Merge pull request #195 from mslehto/clang-warning

modules/call_control: change type to fix clang compiler warning
Daniel-Constantin Mierla 10 سال پیش
والد
کامیت
3f13dc2fed
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules/call_control/call_control.c

+ 1 - 1
modules/call_control/call_control.c

@@ -490,7 +490,7 @@ static CallInfo*
 get_call_info(struct sip_msg *msg, CallControlAction action)
 {
     static CallInfo call_info;
-    int headers;
+    hdr_flags_t headers;
 
     memset(&call_info, 0, sizeof(struct CallInfo));