summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_auth.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-19 22:34:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:30 -0500
commit82b4335dd28ddf2da46eb642f31e60593f2efd58 (patch)
tree581ee56645680840d3455d4efb29c01087aae99c /source4/librpc/rpc/dcerpc_auth.c
parent46685f3e205d4a9d284ebfd070633d128fae05a1 (diff)
downloadsamba-82b4335dd28ddf2da46eb642f31e60593f2efd58.tar.gz
samba-82b4335dd28ddf2da46eb642f31e60593f2efd58.tar.bz2
samba-82b4335dd28ddf2da46eb642f31e60593f2efd58.zip
r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_password
(This used to be commit 16bc6b64f9053df3d08a05e7b7cfe77be6580d2b)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_auth.c')
-rw-r--r--source4/librpc/rpc/dcerpc_auth.c4
1 files 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);