From d66d7c2b00ad2ca97562c133f2e7701cae971e48 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 26 Oct 2011 11:46:36 +0200 Subject: s3-netapi: remove pointless use_memory_krb5_ccache. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This breaks the ABI. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Oct 26 13:23:58 CEST 2011 on sn-devel-104 --- source3/lib/netapi/netapi.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/lib/netapi/netapi.h') diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index 2a52321415..620d8cf591 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/lib/netapi/netapi.h @@ -1356,7 +1356,6 @@ struct libnetapi_ctx { char *krb5_cc_env; int use_kerberos; int use_ccache; - int use_memory_krb5_ccache; int disable_policy_handle_cache; void *private_data; @@ -1411,11 +1410,6 @@ NET_API_STATUS libnetapi_set_use_kerberos(struct libnetapi_ctx *ctx); NET_API_STATUS libnetapi_set_use_ccache(struct libnetapi_ctx *ctx); -/**************************************************************** -****************************************************************/ - -NET_API_STATUS libnetapi_set_use_memory_krb5_ccache(struct libnetapi_ctx *ctx); - /**************************************************************** Return a specific libnetapi error as a string, caller must free with NetApiBufferFree ****************************************************************/ -- cgit