Ficed second false
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
b65e280030
commit
0b2881ba90
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue