rpc_client: Avoid warning in builds without krb5 headers.
[metze/samba/wip.git] / source3 / rpc_client / cli_pipe.c
index ba6fbddf7f6269b6ba976cc6a5907c817ec446a3..2fd0a6e7ebf91e7c6a184000e65b2f29d6086866 100644 (file)
@@ -2439,11 +2439,13 @@ NTSTATUS rpccli_schannel_bind_data(TALLOC_CTX *mem_ctx, const char *domain,
        return NT_STATUS_NO_MEMORY;
 }
 
+#ifdef HAVE_KRB5
 static int cli_auth_kerberos_data_destructor(struct kerberos_auth_struct *auth)
 {
        data_blob_free(&auth->session_key);
        return 0;
 }
+#endif
 
 NTSTATUS rpccli_kerberos_bind_data(TALLOC_CTX *mem_ctx,
                                   enum pipe_auth_level auth_level,