From 4280aa98eedb396cd062a438ba225343f8cc99cf Mon Sep 17 00:00:00 2001 From: baalberith Date: Tue, 2 Dec 2008 15:01:17 +0000 Subject: [PATCH] reverted to 1.146, this will be part of another commit --- src/mod_auth_kerb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 70bd9f1..0574c5d 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -154,7 +154,7 @@ typedef struct { char *krb_auth_realms; int krb_save_credentials; int krb_verify_kdc; - char *krb_service_name; + const char *krb_service_name; int krb_authoritative; int krb_delegate_basic; #if 0 @@ -933,7 +933,7 @@ authenticate_user_krb5pwd(request_rec *r, const char *auth_line) { const char *sent_pw = NULL; - char *sent_name = NULL; + const char *sent_name = NULL; const char *realms = NULL; const char *realm = NULL; krb5_context kcontext = NULL; -- 2.1.4