Ficed second false

Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
Tyrolyean 2020-04-30 21:15:04 +02:00
parent b65e280030
commit 0b2881ba90
No known key found for this signature in database
GPG Key ID: 81EC9BAC5E9667C6
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ int main(int argc, char* argv[]){
"interface\n", listen_port, forward_port);
printf("Aborting on PGP signed/encrypted messages: %s\n",
abort_on_pgp ? "true":false);
abort_on_pgp ? "true" : "false");
printf("Aborting on DKIM signed messages: %s\n",
abort_on_dkim ? "true" : "false");