From d524f5851865a802441f67fe01e04380505543d4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 30 Aug 2010 14:44:13 +0200 Subject: dcerpc-gssapi: fix "shadows a global declaration" warning when gssapi is unavailable. Guenther --- source3/librpc/rpc/dcerpc_gssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/rpc') diff --git a/source3/librpc/rpc/dcerpc_gssapi.c b/source3/librpc/rpc/dcerpc_gssapi.c index af94b66780..2918cfdf8f 100644 --- a/source3/librpc/rpc/dcerpc_gssapi.c +++ b/source3/librpc/rpc/dcerpc_gssapi.c @@ -985,7 +985,7 @@ DATA_BLOB gse_get_session_key(TALLOC_CTX *mem_ctx, } NTSTATUS gse_get_client_name(struct gse_context *gse_ctx, - TALLOC_CTX *mem_ctx, char **client_name) + TALLOC_CTX *mem_ctx, char **cli_name) { return NT_STATUS_NOT_IMPLEMENTED; } -- cgit