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:
Thomas Zimmermann 2016-10-13 23:18:23 +01:00 committed by Simon McVittie
parent 8fba673e92
commit fc02fb9627

View file

@ -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;
}