summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index e477cff25..8b0ded190 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -197,7 +197,9 @@ mm_getpwnamallow(const char *login)
197 pw->pw_name = buffer_get_string(&m, NULL); 197 pw->pw_name = buffer_get_string(&m, NULL);
198 pw->pw_passwd = buffer_get_string(&m, NULL); 198 pw->pw_passwd = buffer_get_string(&m, NULL);
199 pw->pw_gecos = buffer_get_string(&m, NULL); 199 pw->pw_gecos = buffer_get_string(&m, NULL);
200#ifdef HAVE_PW_CLASS_IN_PASSWD
200 pw->pw_class = buffer_get_string(&m, NULL); 201 pw->pw_class = buffer_get_string(&m, NULL);
202#endif
201 pw->pw_dir = buffer_get_string(&m, NULL); 203 pw->pw_dir = buffer_get_string(&m, NULL);
202 pw->pw_shell = buffer_get_string(&m, NULL); 204 pw->pw_shell = buffer_get_string(&m, NULL);
203 buffer_free(&m); 205 buffer_free(&m);