16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
$NetBSD: patch-bd,v 1.4 2011/12/16 11:05:24 asau Exp $
|
|
|
|
--- ../nsswitch/winbind_nss_linux.c.orig 2011-08-03 18:24:05.000000000 +0000
|
|
+++ ../nsswitch/winbind_nss_linux.c
|
|
@@ -254,6 +254,10 @@ static NSS_STATUS fill_pwent(struct pass
|
|
result->pw_age = "";
|
|
#endif
|
|
|
|
+#if HAVE_PASSWD_PW_CLASS
|
|
+ result->pw_class = "";
|
|
+#endif
|
|
+
|
|
return NSS_STATUS_SUCCESS;
|
|
}
|
|
|