summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-02-22 17:21:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:08 -0500
commit43c290639ba96570f2906c12572475898de53be2 (patch)
treefd63218bc327560b63e5355cdde79758afa54112 /source3/nsswitch/winbindd_nss.h
parent9684e353a16cd18424f5b35a5d84ae3c2a03ae70 (diff)
downloadsamba-43c290639ba96570f2906c12572475898de53be2.tar.gz
samba-43c290639ba96570f2906c12572475898de53be2.tar.bz2
samba-43c290639ba96570f2906c12572475898de53be2.zip
r21505: make sure mlock()'d memory is aligned on a page boundary
(This used to be commit 52e6a2ceab794875781575ed17ec86808f6e26da)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index b6c262e466..919575d957 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -469,6 +469,8 @@ struct WINBINDD_MEMORY_CREDS {
uid_t uid;
int ref_count;
size_t len;
+ unsigned char *buffer; /* buffer block containing the
+ following 3 */
unsigned char *nt_hash; /* Base pointer for the following 2 */
unsigned char *lm_hash;
char *pass;