officially the worlds dumbest bug. [trifid-api/0.2.3]
/ build (push) Successful in 2m0s Details
/ build_x64 (push) Successful in 3m20s Details
/ build_arm64 (push) Successful in 3m19s Details
/ build_win64 (push) Successful in 3m42s Details

This commit is contained in:
core 2023-10-10 14:54:59 -04:00
parent 585bec1a2a
commit 6cebc0cef0
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "trifid-api"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
description = "Pure-rust Defined Networking compatible management server"
license = "GPL-3.0-or-later"

View File

@ -232,7 +232,7 @@ pub async fn dnclient(
}
};
let mut config_is_different = current_cfg == cfg;
let mut config_is_different = current_cfg != cfg;
if config_is_different {
// check if it is a certificate issue