summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/mk_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/krb/mk_req.c')
-rw-r--r--src/lib/krb5/krb/mk_req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/mk_req.c b/src/lib/krb5/krb/mk_req.c
index 98b0b699dc..cb8a06fb43 100644
--- a/src/lib/krb5/krb/mk_req.c
+++ b/src/lib/krb5/krb/mk_req.c
@@ -52,7 +52,7 @@ krb5_error_code
krb5_mk_req(context, auth_context, ap_req_options, service, hostname, in_data,
ccache, outbuf)
krb5_context context;
- krb5_auth_context ** auth_context;
+ krb5_auth_context * auth_context;
const krb5_flags ap_req_options;
char * service;
char * hostname;