summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/misc.c')
-rw-r--r--openvpn/src/openvpn/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/misc.c b/openvpn/src/openvpn/misc.c
index 3658c348..2ded9bfc 100644
--- a/openvpn/src/openvpn/misc.c
+++ b/openvpn/src/openvpn/misc.c
@@ -1176,7 +1176,7 @@ get_user_pass_cr (struct user_pass *up,
if (ac)
{
char *response = (char *) gc_malloc (USER_PASS_LEN, false, &gc);
- struct buffer packed_resp;
+ struct buffer packed_resp;
buf_set_write (&packed_resp, (uint8_t*)up->password, USER_PASS_LEN);
msg (M_INFO|M_NOPREFIX, "CHALLENGE: %s", ac->challenge_text);