diff options
Diffstat (limited to 'source3/librpc/rpc')
-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; } |