diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 14:25:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 14:25:08 +0100 |
commit | 1101d7aa57eb559a13cc35422c57e8c5766c2a9c (patch) | |
tree | 71e8d48b4ee545eab9ad50addbada3069f36f31e /source4/auth/session.h | |
parent | 1d59fd4d733007ccabb69c945e1da2208c376b96 (diff) | |
parent | 157864d1e8cb069a3be0aadf71e114f9ae827df3 (diff) | |
download | samba-1101d7aa57eb559a13cc35422c57e8c5766c2a9c.tar.gz samba-1101d7aa57eb559a13cc35422c57e8c5766c2a9c.tar.xz samba-1101d7aa57eb559a13cc35422c57e8c5766c2a9c.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4/auth/session.h')
-rw-r--r-- | source4/auth/session.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/auth/session.h b/source4/auth/session.h index bdb63ec4a2..15570c4414 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -53,11 +53,6 @@ NTSTATUS auth_generate_session_info(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, struct auth_session_info **_session_info) ; -NTSTATUS make_server_info_netlogon_validation(TALLOC_CTX *mem_ctx, - const char *account_name, - uint16_t validation_level, - union netr_Validation *validation, - struct auth_serversupplied_info **_server_info); NTSTATUS auth_anonymous_session_info(TALLOC_CTX *parent_ctx, struct tevent_context *ev_ctx, struct loadparm_context *lp_ctx, |