diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-21 10:13:41 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-21 11:17:34 +0100 |
commit | 71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8 (patch) | |
tree | 9aa36509de2c972de2e68c3b61ca9ee25666d767 /source4/auth | |
parent | 446f8a163cfdcfb2c4bb2b8b8adc720bf96c05a5 (diff) | |
download | samba-71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8.tar.gz samba-71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8.tar.bz2 samba-71d0fd88d2d39bd2ad0040630c17bdbbf7ab39b8.zip |
s4:auth/session.h - use a forward declaration for type "struct ldb_context"
And remove the now obsolete one for "struct tevent_context"
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Tue Dec 21 11:17:34 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/session.h b/source4/auth/session.h index bdcfe7ab93..39c818fbf2 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -30,7 +30,7 @@ struct auth_session_info { #include "librpc/gen_ndr/netlogon.h" -struct tevent_context; +struct ldb_context; /* Create a security token for a session SYSTEM (the most * trusted/prvilaged account), including the local machine account as * the off-host credentials */ |