]> git.pld-linux.org Git - packages/apache1-mod_auth_checkpasswd.git/blame - apache1-mod_auth_checkpasswd-aplog.patch
- apxs1 in apache1-devel now
[packages/apache1-mod_auth_checkpasswd.git] / apache1-mod_auth_checkpasswd-aplog.patch
CommitLineData
c452d899
JB
1diff -Nur mod_auth_checkpasswd-1.0.orig/mod_auth_checkpasswd.c mod_auth_checkpasswd-1.0/mod_auth_checkpasswd.c
2--- mod_auth_checkpasswd-1.0.orig/mod_auth_checkpasswd.c Fri Nov 23 21:23:43 2001
3+++ mod_auth_checkpasswd-1.0/mod_auth_checkpasswd.c Mon Mar 11 13:06:46 2002
4@@ -136,7 +136,7 @@
5 const char *group_name, *ll, *w;
6
7 if (!(f = ap_pcfg_openfile(p, grpfile))) {
8- aplog_error(APLOG_MARK, APLOG_ERR, NULL,
9+ ap_log_error(APLOG_MARK, APLOG_ERR, NULL,
10 "Could not open group file: %s", grpfile);
11 return NULL;
12 }
This page took 0.083439 seconds and 4 git commands to generate.