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

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