summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2007-12-17 22:49:36 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:51:19 +0100
commite7b93f7d4765d4492c9fbd1cfdb31bdfa669613b (patch)
tree93fbce47a77adf2ce6c5c28204efcbbf4b03345d /source4
parentf6c80d0d9cdc24694174c31c51ecaa563f3e6e8c (diff)
downloadsamba-e7b93f7d4765d4492c9fbd1cfdb31bdfa669613b.tar.gz
samba-e7b93f7d4765d4492c9fbd1cfdb31bdfa669613b.tar.bz2
samba-e7b93f7d4765d4492c9fbd1cfdb31bdfa669613b.zip
r26515: nsswitch: Get rid of a pstring
(This used to be commit 88a2d0de8431e7fdd375405808761d2e89d3e712)
Diffstat (limited to 'source4')
-rw-r--r--source4/nsswitch/winbind_struct_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/nsswitch/winbind_struct_protocol.h b/source4/nsswitch/winbind_struct_protocol.h
index 0e3ad8bcaf..33797e2254 100644
--- a/source4/nsswitch/winbind_struct_protocol.h
+++ b/source4/nsswitch/winbind_struct_protocol.h
@@ -246,7 +246,7 @@ struct winbindd_request {
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 */