summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-03-22 18:07:17 +0000
committerKevin Steves <stevesk@pobox.com>2002-03-22 18:07:17 +0000
commit7e147607f56648e19a856fd1a1f905635e1f359e (patch)
tree276380223bacaaf31d574230a013b9a28b4db0c1 /monitor_wrap.c
parent939c9db9b1e71fed79edc6d77a2d89ca991f4b2e (diff)
- (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
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);