Explorar o código

sipcapture: fix compile warning of testing unsigned int for <0

Daniel-Constantin Mierla %!s(int64=9) %!d(string=hai) anos
pai
achega
59b11ba805
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/sipcapture/sipcapture.c

+ 1 - 1
modules/sipcapture/sipcapture.c

@@ -2669,7 +2669,7 @@ static int nosip_hep_msg(void *data)
 {
         sip_msg_t* msg;
         char *buf;
-        unsigned int len = 0;
+        int len = 0;
         struct run_act_ctx ra_ctx;
         int ret = 0;