kerberos: Remove un-used event context argument from smb_krb5_init_context()
authorAndrew Bartlett <abartlet@samba.org>
Thu, 17 Apr 2014 10:35:33 +0000 (22:35 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 28 Apr 2014 00:24:57 +0000 (02:24 +0200)
commit086c06e361962e1c118d8eed2316e9df7834ae8b
tree22609078f318ab8e45acda1765026e7cb60a9852
parent7a26989d4c62f38dcafc2a688b8cbaccc6499480
kerberos: Remove un-used event context argument from smb_krb5_init_context()

The event context here was only specified in the server or admin-tool
context, which does not do network communication, so this only caused
a talloc_reference() and never any useful result.

The actual network communication code sets an event context directly
before making the network call.

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Apr 28 02:24:57 CEST 2014 on sn-devel-104
12 files changed:
auth/credentials/credentials_krb5.c
source4/auth/gensec/gensec_gssapi.c
source4/auth/kerberos/krb5_init_context.c
source4/auth/kerberos/krb5_init_context.h
source4/dns_server/dlz_bind9.c
source4/dsdb/samdb/cracknames.c
source4/dsdb/samdb/ldb_modules/password_hash.c
source4/dsdb/samdb/ldb_modules/update_keytab.c
source4/kdc/kdc.c
source4/libnet/libnet_export_keytab.c
source4/rpc_server/lsa/dcesrv_lsa.c
source4/torture/auth/pac.c