diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-12 18:24:25 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-04-03 17:47:32 +0200 |
commit | e71546089894b4555ad1e17db49daadd0b20ab44 (patch) | |
tree | 68538e4d881257bf9129e4a8d28969929b04e1a8 /source3/Makefile.in | |
parent | 410ca7311ada99112120a46f70e71f99c4b5e0e0 (diff) | |
download | samba-e71546089894b4555ad1e17db49daadd0b20ab44.tar.gz samba-e71546089894b4555ad1e17db49daadd0b20ab44.tar.xz samba-e71546089894b4555ad1e17db49daadd0b20ab44.zip |
s3-libads: Remove ads_verify_ticket() as it is now unused
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 797a6c19a0..e1d8770f24 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -517,7 +517,7 @@ LIBADS_OBJ = libads/ldap.o \ libads/disp_sec.o libads/ldap_utils.o \ libads/ldap_schema.o libads/util.o libads/ndr.o -LIBADS_SERVER_OBJ = libads/kerberos_verify.o libads/authdata.o ../auth/kerberos/kerberos_pac.o \ +LIBADS_SERVER_OBJ = libads/authdata.o ../auth/kerberos/kerberos_pac.o \ ../librpc/ndr/ndr_krb5pac.o \ librpc/gen_ndr/ndr_krb5pac.o |