From: Arvin Schnell Date: Mon, 8 Jun 2026 09:11:11 +0000 (+0200) Subject: - fixed typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1139%2Fhead;p=thirdparty%2Fsnapper.git - fixed typo --- diff --git a/dbus/DBusConnection.cc b/dbus/DBusConnection.cc index 70f49628..a2916522 100644 --- a/dbus/DBusConnection.cc +++ b/dbus/DBusConnection.cc @@ -155,7 +155,7 @@ namespace DBus { boost::lock_guard lock(mutex); - const string sender = msg.get_sender(); + const string sender = m.get_sender(); if (sender.empty()) { SN_THROW(FatalException());