Author: kai Date: 2007-12-17 22:49:36 +0000 (Mon, 17 Dec 2007) New Revision: 26515
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26515 Log: nsswitch: Get rid of a pstring Modified: branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h Changeset: Modified: branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h =================================================================== --- branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h 2007-12-17 20:18:02 UTC (rev 26514) +++ branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h 2007-12-17 22:49:36 UTC (rev 26515) @@ -246,7 +246,7 @@ character is. */ fstring user; fstring pass; - pstring require_membership_of_sid; + char require_membership_of_sid[1024]; fstring krb5_cc_type; uid_t uid; } auth; /* pam_winbind auth module */