Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 171be24

Browse files
committed
fix bug
1 parent 96b8c4f commit 171be24

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

openwrt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=CleanDNS
4-
PKG_VERSION:=0.4.4
4+
PKG_VERSION:=0.4.5
55
PKG_RELEASE:=master
66
PKG_BUILD_PARALLEL:=1
77

88
PKG_SOURCE_PROTO:=git
99
PKG_SOURCE_URL:=https://github.com/GangZhuo/CleanDNS.git
10-
PKG_SOURCE_VERSION:=e4ce00a0a345a477c76fd6e21d34ee120a129fef
10+
PKG_SOURCE_VERSION:=96b8c4f7ff4e5dfb9f2c947a4d9fd123cc544207
1111
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)
1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
1313
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)

src/cleandns.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ static void print_args(cleandns_ctx* cleandns)
264264
#endif
265265
if (cleandns->log_file)
266266
logn("log_file: %s\n", cleandns->log_file);
267-
268-
if (loglevel >= LOG_INFO) {
269-
}
270267
}
271268

272269
static int cb_req_list(rbtree_t* tree, rbnode_t* x, void* state)

0 commit comments

Comments
 (0)