Module: kamailio Branch: 5.2 Commit: 24b46f0e3ec6b280302e3cf59b41ed44424eaf7a URL: https://github.com/kamailio/kamailio/commit/24b46f0e3ec6b280302e3cf59b41ed44...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2019-09-21T21:25:51+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/24b46f0e3ec6b280302e3cf59b41ed44... Patch: https://github.com/kamailio/kamailio/commit/24b46f0e3ec6b280302e3cf59b41ed44...
---
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;