officially the worlds dumbest bug. [trifid-api/0.2.3]
This commit is contained in:
parent
585bec1a2a
commit
6cebc0cef0
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "trifid-api"
|
name = "trifid-api"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Pure-rust Defined Networking compatible management server"
|
description = "Pure-rust Defined Networking compatible management server"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
|
@ -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 {
|
if config_is_different {
|
||||||
// check if it is a certificate issue
|
// check if it is a certificate issue
|
||||||
|
|
Loading…
Reference in New Issue