Module: kamailio
Branch: 5.1
Commit: 8ff3c229f8c659278c0e1209933748b99f478507
URL: 
https://github.com/kamailio/kamailio/commit/8ff3c229f8c659278c0e1209933748b99f478507

Author: Henning Westerholt <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2019-09-21T21:25:55+02:00

core: remove unused seq variable in build_iface_list function

(cherry picked from commit 8821cc2f5a6b972307fb71e73cf8d57496e61f66)

---

Modified: src/core/socket_info.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/8ff3c229f8c659278c0e1209933748b99f478507.diff
Patch: 
https://github.com/kamailio/kamailio/commit/8ff3c229f8c659278c0e1209933748b99f478507.patch

---

diff --git a/src/core/socket_info.c b/src/core/socket_info.c
index 424c5d83e8..6c3f6d5921 100644
--- a/src/core/socket_info.c
+++ b/src/core/socket_info.c
@@ -992,7 +992,6 @@ static int build_iface_list(void)
                struct rtgenmsg g;
        } req;
 
-       int seq = 0;
        int rtn = 0;
        struct nlmsghdr*  nlp;
        struct ifaddrmsg *ifi;


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to