mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 12:16:06 +00:00
@@ -1414,7 +1414,7 @@ static int oci_pull_process_authentication_challenge(OciPull *i, const char *cha
|
||||
_cleanup_strv_free_ char **l = NULL;
|
||||
r = strv_split_full(&l, e, ",", EXTRACT_KEEP_QUOTE);
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Failed to split bearer token paramaters: %m");
|
||||
return log_error_errno(r, "Failed to split bearer token parameters: %m");
|
||||
|
||||
_cleanup_free_ char *realm = NULL, *scope = NULL, *service = NULL;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user