From 6d2ec2004c175066d78874472efaccf7bacb1b2a Mon Sep 17 00:00:00 2001 From: R3ABM Artem Date: Sun, 7 Nov 2021 19:55:21 +0000 Subject: [PATCH] Update PatchCord.cpp --- SVXLink/echolink/PatchCord.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SVXLink/echolink/PatchCord.cpp b/SVXLink/echolink/PatchCord.cpp index 43f1355..4e684c5 100644 --- a/SVXLink/echolink/PatchCord.cpp +++ b/SVXLink/echolink/PatchCord.cpp @@ -1,4 +1,4 @@ -// Copyright 2015-2021 by Artem Prilutskiy +// Copyright 2015-2019 by Artem Prilutskiy #include "PatchCord.h" @@ -191,6 +191,7 @@ uint32_t PatchCord::getPrivateIDForCall(const char* call) if (response != NULL) { + dbus_bool_t active; dbus_uint32_t number; dbus_uint32_t algorithm; dbus_uint32_t key;