diff options
Diffstat (limited to 'src/nshd/hackers_git/db_config.go')
-rw-r--r-- | src/nshd/hackers_git/db_config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nshd/hackers_git/db_config.go b/src/nshd/hackers_git/db_config.go index dc3b99e..f049b90 100644 --- a/src/nshd/hackers_git/db_config.go +++ b/src/nshd/hackers_git/db_config.go @@ -35,8 +35,8 @@ func (o *Hackers) Config_Get(cred s.Ucred, req p.Request_Config_Get) <-chan p.Co switch req.Key { case p.NSLCD_CONFIG_PAM_PASSWORD_PROHIBIT_MESSAGE: - if o.Cfg.Pam_password_prohibit_message != "" { - ret <- p.Config{Value: o.Cfg.Pam_password_prohibit_message} + if o.cfg.Pam_password_prohibit_message != "" { + ret <- p.Config{Value: o.cfg.Pam_password_prohibit_message} } } }() |