summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index ba0f738f0e..3ac5a4dd27 100644
--- a/lib/param/loadparm.c
+++ b/lib/param/loadparm.c
@@ -1564,6 +1564,7 @@ FN_GLOBAL_BOOL(writeraw, bWriteRaw)
FN_GLOBAL_CONST_STRING(dns_forwarder, dns_forwarder)
FN_GLOBAL_CONST_STRING(ntp_signd_socket_directory, szNTPSignDSocketDirectory)
FN_GLOBAL_CONST_STRING(passwordserver, szPasswordServer)
+FN_GLOBAL_CONST_STRING(realm, szRealm_upper)
FN_GLOBAL_CONST_STRING(template_homedir, szTemplateHomedir)
FN_GLOBAL_CONST_STRING(template_shell, szTemplateShell)
FN_GLOBAL_CONST_STRING(winbindd_privileged_socket_directory, szWinbinddPrivilegedSocketDirectory)
@@ -1613,7 +1614,6 @@ FN_GLOBAL_STRING(passdb_backend, passdb_backend)
FN_GLOBAL_STRING(passwd_chat, szPasswdChat)
FN_GLOBAL_STRING(piddir, szPidDir)
FN_GLOBAL_STRING(private_dir, szPrivateDir)
-FN_GLOBAL_STRING(realm, szRealm_upper)
FN_GLOBAL_STRING(serverstring, szServerString)
FN_GLOBAL_STRING(share_backend, szShareBackend)
FN_GLOBAL_STRING(socket_address, szSocketAddress)