jchavanton commented on this pull request.


> @@ -464,7 +463,15 @@ static inline void acc_onreply_in(struct cell *t, struct 
> sip_msg *req,
        }
 }
 
-
+static void reset_acc_flags(struct sip_msg *req, int flags_to_reset) {
+       int x;
+       for (x=0;x<32;x++) {
+               if (flags_to_reset & 1<<x) {
+                       resetflag(req, x);
+                       LM_DBG("reset[%d]\n", x);
+               }
+       }
+}

indeed ! thanks 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1674#discussion_r225231895
_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to