Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d380e95 commit 1fcb993Copy full SHA for 1fcb993
conf.c
@@ -253,7 +253,7 @@ parse_conf(const char *config_path)
253
config.features |= NOHELO;
254
else if (strcmp(word, "OPPORTUNISTIC_TLS") == 0 && data == NULL)
255
config.features |= TLS_OPP;
256
- else if (strcmp(word, "SECURETRANSFER") == 0 && data == NULL)
+ else if (strcmp(word, "SECURETRANS") == 0 && data == NULL)
257
config.features |= SECURETRANS;
258
else if (strcmp(word, "DEFER") == 0 && data == NULL)
259
config.features |= DEFER;
0 commit comments