diff options
author | Eric Covener <covener@apache.org> | 2008-07-07 01:49:22 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2008-07-07 01:49:22 +0200 |
commit | 3c03d962d6150dbbf8b1fb779de622d4531dc051 (patch) | |
tree | 88085799eae5715fde1c3a7464815bcc3204cbc1 /include | |
parent | * Prevent Header edit from processing only the first header it should (diff) | |
download | apache2-3c03d962d6150dbbf8b1fb779de622d4531dc051.tar.xz apache2-3c03d962d6150dbbf8b1fb779de622d4531dc051.zip |
fix comment associated with MMN change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674364 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index e430a5927c..da1a3cc3aa 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -161,7 +161,7 @@ * 20080528.0 (2.3.0-dev) Switch order of ftp_directory_charset and * interpolate_env in proxy_dir_conf. * Rationale: see r661069. - * 20080528.1 (2.3.0-dev) add get_realm_hash() to mod_auth.h + * 20080528.1 (2.3.0-dev) add has_realm_hash() to authn_provider struct */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ |