summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.y b/src/config.y
index 3513216..9b5d13d 100644
--- a/src/config.y
+++ b/src/config.y
@@ -412,7 +412,7 @@ on_disestablish: sync_def_async TOK_STRING {
;
on_verify: sync_def_async TOK_STRING {
-#ifdef WITH_VERIFY
+#ifdef WITH_DYNAMIC_PEERS
fastd_shell_command_set(&conf.on_verify, $2->str, $1);
#else
fastd_config_error(&@$, state, "`on verify' is not supported by this version of fastd");