summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/adsl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/adsl.c')
-rw-r--r--mdk-stage1/adsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/adsl.c b/mdk-stage1/adsl.c
index a9107b5f9..d542f2f35 100644
--- a/mdk-stage1/adsl.c
+++ b/mdk-stage1/adsl.c
@@ -116,7 +116,7 @@ enum return_type perform_adsl(struct interface_info * intf)
{
struct in_addr addr;
char * questions[] = { "Username", "Password", NULL };
- char * questions_auto[] = { "user", "pass", NULL };
+ char * questions_auto[] = { "adsluser", "adslpass", NULL };
static char ** answers = NULL;
enum return_type results;