mirror of
https://github.com/Zxilly/UA2F.git
synced 2026-01-09 11:48:24 +00:00
fix
This commit is contained in:
parent
7221bfbbd8
commit
649f97f47f
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=UA2F
|
||||
PKG_VERSION:=2.1
|
||||
|
||||
PKG_RELEASE:=9
|
||||
PKG_RELEASE:=10
|
||||
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
@ -427,9 +427,14 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
start_t = time(NULL);
|
||||
|
||||
ipset_load_types();
|
||||
// ipset_load_types();
|
||||
Pipset = ipset_init();
|
||||
|
||||
if(!Pipset) {
|
||||
syslog(LOG_ERR, "Pipset not inited.");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
nl = mnl_socket_open(NETLINK_NETFILTER);
|
||||
|
||||
if (nl == NULL) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user