mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
execute: add missing NULL handling
(cherry picked from commit 00078fb3096d8a117f4c4322f1804bb7d95bcbc4) (cherry picked from commit 7ff8bc5de4dbef6f417713ee13c8478bc7507e91) (cherry picked from commit f288866121597842f6dd13669a8e02d98eca0f1e)
This commit is contained in:
parent
956b099903
commit
ef852d88c4
@ -2638,7 +2638,7 @@ static char **credential_search_path(
|
||||
if (DEBUG_LOGGING) {
|
||||
_cleanup_free_ char *t = strv_join(l, ":");
|
||||
|
||||
log_debug("Credential search path is: %s", t);
|
||||
log_debug("Credential search path is: %s", strempty(t));
|
||||
}
|
||||
|
||||
return TAKE_PTR(l);
|
||||
|
Loading…
x
Reference in New Issue
Block a user