From bb283af16fe3858310d762cb5998909ae3b810de Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Nov 2009 19:38:09 +0100 Subject: Revert "s3: Do not directly reference the ndr_table_* in rpcclient" This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5. --- source3/rpc_client/cli_pipe.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source3/rpc_client/cli_pipe.c') diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index bd7bf325c4..9ff84f8b6d 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -195,20 +195,6 @@ const char *get_pipe_name_from_syntax(TALLOC_CTX *mem_ctx, return result; } -bool ndr_syntax_from_string(const char *s, uint32_t version, - struct ndr_syntax_id *syntax) -{ - NTSTATUS status; - status = GUID_from_string(s, &syntax->uuid); - if (!NT_STATUS_IS_OK(status)) { - DEBUG(10, ("GUID_from_string returned %s\n", - nt_errstr(status))); - return false; - } - syntax->if_version = version; - return true; -} - /******************************************************************** Map internal value to wire value. ********************************************************************/ -- cgit