mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
journal-gatewayd: return -EINVAL if ARG_TRUST and HAVE_GNUTLS (#5181)
This bug was introduced by 1aa1e59.
This commit is contained in:
parent
554597a1b2
commit
3ab2feefd7
@ -958,6 +958,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
break;
|
||||
#else
|
||||
log_error("Option --trust is not available.");
|
||||
return -EINVAL;
|
||||
#endif
|
||||
case 'D':
|
||||
arg_directory = optarg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user