X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=9ce9b1662a8414601425fa65b4fca94b758387bd;hp=7d48072a63d885d33cb786fe46ead8cac7ac922a;hb=7c802e58d3e45e3a21d99c8d24dc5be806ecf174;hpb=de19d384344fa2ef5dcaf0f648d39b25e51fcda0 diff --git a/src/init.c b/src/init.c index 7d48072a..9ce9b166 100644 --- a/src/init.c +++ b/src/init.c @@ -207,6 +207,7 @@ static struct { { "sslcheckcert", &opt.sslcheckcert, cmd_number }, { "sslprotocol", &opt.sslprotocol, cmd_number }, #endif /* HAVE_SSL */ + { "strictcomments", &opt.strict_comments, cmd_boolean }, { "timeout", &opt.timeout, cmd_time }, { "timestamping", &opt.timestamping, cmd_boolean }, { "tries", &opt.ntry, cmd_number_inf },