summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 17df977309..2fa70db1c9 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -528,7 +528,7 @@ static struct parm_struct parm_table[] = {
},
{
.label = "realm",
- .type = P_USTRING,
+ .type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szRealm),
.special = handle_realm,