diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-10-12 20:22:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:44 -0500 |
commit | 67580434cfa58d197d8fd403a5a8f60b9423b4d8 (patch) | |
tree | bf3ebf1adba6e8aaf38d789ad229bad1a4ea5cdb /source4/include | |
parent | e5671ad531c7efe72836cfe48604fb90a8fa53a9 (diff) | |
download | samba-67580434cfa58d197d8fd403a5a8f60b9423b4d8.tar.gz samba-67580434cfa58d197d8fd403a5a8f60b9423b4d8.tar.bz2 samba-67580434cfa58d197d8fd403a5a8f60b9423b4d8.zip |
r10936: Commit work in progress: wb_pam_auth_crap made async. This does not work yet,
but the version before did not either, so we're not worse than before.
One thing this does better is to call the domain init code if it's not there
yet.
Volker
(This used to be commit 35bcfb185b9763a3677d7ac9e748f3a3ba7d2593)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 142d28990e..e67eca5c5c 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -107,6 +107,7 @@ struct netr_Authenticator; union netr_Validation; struct netr_SamBaseInfo; struct netr_SamInfo3; +struct netr_UserSessionKey; struct iface_struct; |