On Fri, Mar 11, 2005 at 11:32:11AM -0800, C.Y.M wrote: > The trouble lies within this patch. I am trying to narrow it down as much > as possible. The first section of the code that changed looks like this: > > - if ((rv = check_mysql_auth_require(user, t, r)) > - != HTTP_UNAUTHORIZED) > - { > - return rv;
That looks perfectly reasonable. I can't see any issues with the parameters to this function, either. Throw the attached single-line patch in and rebuild. An extra debug line should pop out -- that's important. - Matt
--- orig/mod_auth_mysql.c +++ mod/mod_auth_mysql.c @@ -1475,6 +1475,7 @@ return -1; } + APACHELOG(APLOG_DEBUG, r, "mysql_check_group complete; result [%s]", row[0]); return atoi(row[0]); }
signature.asc
Description: Digital signature