Changeset 16186

Show
Ignore:
Timestamp:
04/23/08 10:27:58 (6 months ago)
Author:
piotras
Message:

RINIT: find host after connection is established and log level is set

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/apis/php5/midgard.c

    r16181 r16186  
    481481                g_debug("Found connection handler for '%s'", config); 
    482482                MGDG(mgd) = cnc; 
    483  
    484                 php_midgard_initialize_http_request(); 
    485483        } 
    486484 
     
    510508        } 
    511509 
     510        if (SG(server_context)) { 
     511                php_midgard_initialize_http_request(); 
     512        } 
     513 
    512514        _make_midgard_global(); 
    513515 
     
    537539                        mgd->person = NULL; 
    538540                } 
     541 
     542                mgd->rcfg = NULL; /* REMOVE ME */ 
    539543        } 
    540544