diff options
author | Günther Deschner <gd@samba.org> | 2010-08-30 14:44:13 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-30 14:44:13 +0200 |
commit | d524f5851865a802441f67fe01e04380505543d4 (patch) | |
tree | 4c802f6e49aa6204fac0984f91033f332ffc5c48 /source3/librpc/rpc/dcerpc_gssapi.c | |
parent | 2a2557075ece5a2bac1163e73310d9319fb1ba7f (diff) | |
download | samba-d524f5851865a802441f67fe01e04380505543d4.tar.gz samba-d524f5851865a802441f67fe01e04380505543d4.tar.bz2 samba-d524f5851865a802441f67fe01e04380505543d4.zip |
dcerpc-gssapi: fix "shadows a global declaration" warning when gssapi is unavailable.
Guenther
Diffstat (limited to 'source3/librpc/rpc/dcerpc_gssapi.c')
-rw-r--r-- | source3/librpc/rpc/dcerpc_gssapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |