mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 17:10:08 +01:00
trivial: remove stray '\'
This commit is contained in:
parent
4478d86ea8
commit
f36bfd2039
1 changed files with 1 additions and 1 deletions
|
|
@ -4387,7 +4387,7 @@ prop_filter (DBusConnection *connection,
|
|||
goto out;
|
||||
}
|
||||
|
||||
subject = nm_auth_subject_new_from_message (connection, message);\
|
||||
subject = nm_auth_subject_new_from_message (connection, message);
|
||||
if (!subject) {
|
||||
reply = dbus_message_new_error (message, NM_PERM_DENIED_ERROR,
|
||||
"Could not determine request UID.");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue