This brings the declaration of the status argument in the D-Bus method table in line with how card_status reads its first and only argument. Signed-off-by: Frederik Carlier <frederik.carlier@xxxxxxxxxxxxxx> --- profiles/sap/sap-dummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/sap/sap-dummy.c b/profiles/sap/sap-dummy.c index 92adea384..c81eba078 100644 --- a/profiles/sap/sap-dummy.c +++ b/profiles/sap/sap-dummy.c @@ -334,7 +334,7 @@ static const GDBusMethodTable dummy_methods[] = { { GDBUS_EXPERIMENTAL_METHOD("DisconnectImmediate", NULL, NULL, disconnect_immediate) }, { GDBUS_EXPERIMENTAL_METHOD("CardStatus", - GDBUS_ARGS({ "status", "" }), NULL, + GDBUS_ARGS({ "status", "u" }), NULL, card_status) }, { } }; -- 2.32.0.windows.1