tests: default verify_pac to true in test_ap-req

This commit is contained in:
Isaac Boukris
2021-07-14 17:09:06 +03:00
committed by Luke Howard
parent f4fcf8767c
commit 544515931b
3 changed files with 8 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
#include <getarg.h>
#include <roken.h>
static int verify_pac = 0;
static int verify_pac = 1;
static int server_any = 0;
static int version_flag = 0;
static int help_flag = 0;