summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/knx/netip/qknxnetipsecureconfiguration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/knx/netip/qknxnetipsecureconfiguration.cpp b/src/knx/netip/qknxnetipsecureconfiguration.cpp
index 6a75fdb..8b2d03b 100644
--- a/src/knx/netip/qknxnetipsecureconfiguration.cpp
+++ b/src/knx/netip/qknxnetipsecureconfiguration.cpp
@@ -451,6 +451,7 @@ void QKnxNetIpSecureConfiguration::swap(QKnxNetIpSecureConfiguration &other) Q_D
bool QKnxNetIpSecureConfiguration::operator==(const QKnxNetIpSecureConfiguration &other) const
{
return d == other.d || (d->privateKey == other.d->privateKey
+ && d->publicKey == other.d->publicKey
&& d->host == other.d->host
&& d->userId == other.d->userId
&& d->userPassword == other.d->userPassword