From 82b4335dd28ddf2da46eb642f31e60593f2efd58 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 19 Nov 2005 22:34:46 +0000 Subject: r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_password (This used to be commit 16bc6b64f9053df3d08a05e7b7cfe77be6580d2b) --- source4/librpc/rpc/dcerpc_auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/librpc/rpc/dcerpc_auth.c b/source4/librpc/rpc/dcerpc_auth.c index 4c22b61519..a5a90052ae 100644 --- a/source4/librpc/rpc/dcerpc_auth.c +++ b/source4/librpc/rpc/dcerpc_auth.c @@ -76,8 +76,8 @@ NTSTATUS dcerpc_bind_auth_none(struct dcerpc_pipe *p, /* perform a multi-part authenticated bind */ -NTSTATUS dcerpc_bind_auth(struct dcerpc_pipe *p, uint8_t auth_type, uint8_t auth_level, - const char *uuid, uint_t version) +static NTSTATUS dcerpc_bind_auth(struct dcerpc_pipe *p, uint8_t auth_type, uint8_t auth_level, + const char *uuid, uint_t version) { NTSTATUS status; TALLOC_CTX *tmp_ctx = talloc_new(p); -- cgit