summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.y b/src/config.y
index 6fe6a63..e6688d6 100644
--- a/src/config.y
+++ b/src/config.y
@@ -231,7 +231,6 @@ drop_capabilities_enabled:
secure_handshakes:
boolean {
- conf->secure_handshakes_set = true;
conf->secure_handshakes = $1;
}
;