mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
creds: fix return type from normalize_separator()
Follow-up for 097374f3b9
This commit is contained in:
committed by
Luca Boccassi
parent
bdcfd54b1a
commit
a35780d5d0
@@ -1232,7 +1232,7 @@ static int settle_scope(
|
||||
return 0;
|
||||
}
|
||||
|
||||
static bool normalize_separator(char c) {
|
||||
static char normalize_separator(char c) {
|
||||
if (IN_SET(c, '-', '+', '_'))
|
||||
return '_';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user