This commit is contained in:
Zxilly 2021-01-12 19:44:42 +08:00
parent cbb483e937
commit 64dcab4b53
2 changed files with 2 additions and 8 deletions

View File

@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=UA2F
PKG_VERSION:=2.1
PKG_RELEASE:=13
PKG_RELEASE:=14
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

View File

@ -28,7 +28,7 @@
#define NF_ACCEPT 1
// #define RELEASE
#define RELEASE
static struct mnl_socket *nl;
static const int queue_number = 10010;
@ -500,10 +500,4 @@ int main(int argc, char *argv[]) {
exit(EXIT_FAILURE);
}
}
//mnl_socket_close(nl);
//return 0;
}