X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=e811d303c890ff71c439ad30a1e4794bf4a5e19c;hp=fcb7c2ccbd8254c9a680ff8d536a13d891cb2a75;hb=ec84142901fc685d7a08267fc0be8962e468968d;hpb=e72b57629bf49cdfd663002a8bb336a67b958979 diff --git a/src/init.c b/src/init.c index fcb7c2cc..e811d303 100644 --- a/src/init.c +++ b/src/init.c @@ -113,6 +113,7 @@ static const struct { { "accept", &opt.accepts, cmd_vector }, { "addhostdir", &opt.add_hostdir, cmd_boolean }, { "alwaysrest", &opt.always_rest, cmd_boolean }, /* deprecated */ + { "askpassword", &opt.ask_passwd, cmd_boolean }, { "authnochallenge", &opt.auth_without_challenge, cmd_boolean }, { "background", &opt.background, cmd_boolean },