From 76f2c91e6b9cf72ad9d9e777e69bd09c04fe6c3c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 20 May 2015 13:17:15 +0200 Subject: [PATCH] move the password counter to the label That addresses issue with anyconnect clients which require the name to be called password. --- src/worker-auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker-auth.c b/src/worker-auth.c index cd593202..01f2df0d 100644 --- a/src/worker-auth.c +++ b/src/worker-auth.c @@ -79,7 +79,7 @@ static const char login_msg_user[] = #define LOGIN_MSG_PASSWORD \ "\n" #define LOGIN_MSG_PASSWORD_CTR \ - "\n" + "\n" #define OCV3_LOGIN_MSG_START \ "\n" \