diff --git a/src/util/externalcommandhelper.cpp b/src/util/externalcommandhelper.cpp index 998ffef..1f7f14b 100644 --- a/src/util/externalcommandhelper.cpp +++ b/src/util/externalcommandhelper.cpp @@ -41,6 +41,7 @@ ActionReply ExternalCommandHelper::init(const QVariantMap& args) } m_callerUuid = args[QStringLiteral("callerUuid")].toString(); m_publicKey = QCA::PublicKey::fromDER(args[QStringLiteral("pubkey")].toByteArray()); + m_Counter = 0; if (!QDBusConnection::systemBus().registerService(QStringLiteral("org.kde.kpmcore.helperinterface"))) { qWarning() << QDBusConnection::systemBus().lastError().message();