Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 11748)
+++ xmlrpc.php	(working copy)
@@ -201,6 +201,9 @@
 
 		$this->initialise_blog_option_info( );
 		$this->methods = apply_filters('xmlrpc_methods', $this->methods);
+	}
+
+	function serve() {
 		$this->IXR_Server($this->methods);
 	}
 
@@ -3403,5 +3406,5 @@
 }
 
 $wp_xmlrpc_server = new wp_xmlrpc_server();
-
+$wp_xmlrpc_server->serve();
 ?>
