From: Volker Lendecke Date: Fri, 25 Apr 2008 14:30:39 +0000 (+0200) Subject: Revert "Attempt to fix the non-krb build" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=707de9f4edc42440fdd573c397272ef82841e045;p=thirdparty%2Fsamba.git Revert "Attempt to fix the non-krb build" This reverts commit 31d80a476701c89bf236997f2ab68bd2765579bd. --- diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c index 7e381f24c9d..a3ad774ee33 100644 --- a/source/rpc_client/cli_pipe.c +++ b/source/rpc_client/cli_pipe.c @@ -2431,7 +2431,6 @@ NTSTATUS rpccli_kerberos_bind_data(TALLOC_CTX *mem_ctx, const char *password, struct cli_pipe_auth_data **presult) { -#ifdef HAVE_KRB5 struct cli_pipe_auth_data *result; if ((username != NULL) && (password != NULL)) { @@ -2478,9 +2477,6 @@ NTSTATUS rpccli_kerberos_bind_data(TALLOC_CTX *mem_ctx, fail: TALLOC_FREE(result); return NT_STATUS_NO_MEMORY; -#else - return NT_STATUS_NOT_SUPPORTED; -#endif } /********************************************************************