mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 04:28:01 +02:00
Stringify DBUS_AUTH_STATE_INVALID
[smcv: split out from a larger commit] Reviewed-by: Simon McVittie <smcv@debian.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98191
This commit is contained in:
parent
8fba673e92
commit
fc02fb9627
1 changed files with 2 additions and 0 deletions
|
|
@ -164,6 +164,8 @@ auth_state_to_string (DBusAuthState state)
|
|||
return "NEED_DISCONNECT";
|
||||
case DBUS_AUTH_STATE_AUTHENTICATED:
|
||||
return "AUTHENTICATED";
|
||||
case DBUS_AUTH_STATE_INVALID:
|
||||
return "INVALID";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue