mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +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;
|
break;
|
||||||
#else
|
#else
|
||||||
log_error("Option --trust is not available.");
|
log_error("Option --trust is not available.");
|
||||||
|
return -EINVAL;
|
||||||
#endif
|
#endif
|
||||||
case 'D':
|
case 'D':
|
||||||
arg_directory = optarg;
|
arg_directory = optarg;
|
||||||
|
Loading…
Reference in New Issue
Block a user