Changeset 16195
- Timestamp:
- 04/23/08 13:54:09 (6 months ago)
- Files:
-
- trunk/midgard/apis/php5/midgard.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/apis/php5/midgard.c
r16192 r16195 437 437 } 438 438 439 static MidgardHttpHost *global_http_host = NULL; 440 439 441 static void php_midgard_initialize_http_request() 440 442 { … … 463 465 if(http_host == NULL) 464 466 return; 465 467 468 global_http_host = http_host; 469 466 470 MidgardRequestConfig *rcfg = midgard_http_host_get_request_config(http_host); 467 471 if(!midgard_connection_set_request_config(mgd_handle(), rcfg)) … … 566 570 } 567 571 572 if(global_http_host != NULL) 573 g_object_unref(global_http_host); 574 568 575 /* FIXME 569 576 if (mgd_handle()->rcfg == NULL && mgd_handle() != NULL) {
