]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed typo 1139/head
authorArvin Schnell <aschnell@suse.de>
Mon, 8 Jun 2026 09:11:11 +0000 (11:11 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 8 Jun 2026 09:11:11 +0000 (11:11 +0200)
dbus/DBusConnection.cc

index 70f4962873bf991077df636093058dcf28fc3b2e..a29165222e4ac35ce1128cb03ee5d759dbac47b7 100644 (file)
@@ -155,7 +155,7 @@ namespace DBus
     {
        boost::lock_guard<boost::mutex> lock(mutex);
 
-       const string sender = msg.get_sender();
+       const string sender = m.get_sender();
        if (sender.empty())
        {
            SN_THROW(FatalException());