znc: update to 1.6.1

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
This commit is contained in:
Jonas Gorski
2015-08-20 12:15:36 +02:00
parent 016ecd0d5d
commit a94f520bcd
8 changed files with 5 additions and 313 deletions
@@ -9,7 +9,7 @@ Subject: [PATCH] Move the root check to after config parsing
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -303,19 +303,6 @@ int main(int argc, char** argv) {
@@ -304,19 +304,6 @@ int main(int argc, char** argv) {
CUtils::PrintStatus(true, "");
}
@@ -29,7 +29,7 @@ Subject: [PATCH] Move the root check to after config parsing
if (bMakeConf) {
if (!pZNC->WriteNewConfig(sConfig)) {
CZNC::DestroyInstance();
@@ -337,6 +324,20 @@ int main(int argc, char** argv) {
@@ -338,6 +325,20 @@ int main(int argc, char** argv) {
return 1;
}