]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1706] Updated init order
authorFrancis Dupont <fdupont@isc.org>
Tue, 20 Apr 2021 21:13:13 +0000 (23:13 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 20 Apr 2021 21:27:42 +0000 (23:27 +0200)
src/hooks/dhcp/high_availability/ha_config.cc

index eaf58f4b3efa4f6c3774992dd6157172b0a69994..8ced41f4f7bfb000366fcac62d4f81fc6561a96f 100644 (file)
@@ -28,8 +28,8 @@ namespace isc {
 namespace ha {
 
 HAConfig::PeerConfig::PeerConfig()
-    : name_(), url_(""), trust_anchor_(), cert_file_(), key_file_(),
-      tls_context_(), role_(STANDBY), auto_failover_(false), basic_auth_() {
+    : tls_context_(), name_(), url_(""), trust_anchor_(), cert_file_(),
+      key_file_(), role_(STANDBY), auto_failover_(false), basic_auth_() {
 }
 
 void