]> granicus.if.org Git - php/commitdiff
MFH: initialize SG(request_info).auth_digest
authorAntony Dovgal <tony2001@php.net>
Tue, 18 Oct 2005 23:51:54 +0000 (23:51 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 18 Oct 2005 23:51:54 +0000 (23:51 +0000)
sapi/apache/mod_php5.c

index b112d7162a542b35a5546aa978852b9d87404e21..2c31e4d30a5ef115d45444f6146769f318f71c1e 100644 (file)
@@ -500,6 +500,7 @@ static void init_request_info(TSRMLS_D)
 
        SG(request_info).auth_user = NULL;
        SG(request_info).auth_password = NULL;
+       SG(request_info).auth_digest = NULL;
 
        if (authorization && (!PG(safe_mode) || (PG(safe_mode) && !auth_type(r)))) {
                char *p = getword(r->pool, &authorization, ' ');