aboutsummaryrefslogtreecommitdiff
path: root/src/rcfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcfile.c')
-rw-r--r--src/rcfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcfile.c b/src/rcfile.c
index 7fa5db2..27033c3 100644
--- a/src/rcfile.c
+++ b/src/rcfile.c
@@ -573,7 +573,7 @@ control_parser (EVAL_ENV env, int key, ANUBIS_LIST arglist, void *inv_data)
{
*p++ = 0;
assign_string (&session.socks_password, p);
- assign_string (session.socks_username, arg);
+ assign_string (&session.socks_username, arg);
topt |= T_SOCKS_AUTH;
}
break;

Return to:

Send suggestions and report system problems to the System administrator.