mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
rootless: fix return type
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -180,7 +180,7 @@ can_use_shortcut ()
|
||||
|
||||
argv = get_cmd_line_args (0);
|
||||
if (argv == NULL)
|
||||
return NULL;
|
||||
return false;
|
||||
|
||||
for (argc = 0; argv[argc]; argc++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user