summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 8d1c0ea27d..09a32e0fd9 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -746,7 +746,7 @@ static struct parm_struct parm_table[] = {
.label = "username",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szUsername),
+ .offset = LOCAL_VAR(username),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE | FLAG_DEPRECATED,
@@ -755,7 +755,7 @@ static struct parm_struct parm_table[] = {
.label = "user",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szUsername),
+ .offset = LOCAL_VAR(username),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,
@@ -764,7 +764,7 @@ static struct parm_struct parm_table[] = {
.label = "users",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szUsername),
+ .offset = LOCAL_VAR(username),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,