Compiler warning fix (patch by Joe Orton).

This commit is contained in:
Ilia Alshanetsky 2003-11-11 20:04:09 +00:00
parent e480d10021
commit d2564b401e

View file

@ -261,8 +261,8 @@ PHP_FUNCTION(apache_setenv)
ctx = SG(server_context);
r = ctx->r;
if (arg_count == 3 && Z_STRVAL_PP(walk_to_top)) {
r = ctx->r;
while(r->prev) {
r = r->prev;
}