mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
pam: Always return translated string from helper
This means that the different functions in the header match as all functions will return the translted string instead of only one of them.
This commit is contained in:
committed by
Benjamin Berg
parent
2fd86624e5
commit
c42e627ddd
@ -201,7 +201,7 @@ verify_result (sd_bus_message *m,
|
||||
return 0;
|
||||
}
|
||||
|
||||
msg = _(verify_result_str_to_msg (result, data->is_swipe));
|
||||
msg = verify_result_str_to_msg (result, data->is_swipe);
|
||||
send_err_msg (data->pamh, msg);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user