mirror of
https://github.com/Zxilly/UA2F.git
synced 2026-01-06 10:33:47 +00:00
fix fini
This commit is contained in:
parent
cbb483e937
commit
64dcab4b53
2
Makefile
2
Makefile
@ -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)
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user