Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 6345)
+++ xmlrpc.php	(working copy)
@@ -1010,6 +1010,7 @@
 			else {
 				switch((int) $content_struct["mt_allow_comments"]) {
 					case 0:
+					case 2:
 						$comment_status = "closed";
 						break;
 					case 1:
@@ -1225,6 +1226,7 @@
 			else {
 				switch((int) $content_struct["mt_allow_comments"]) {
 					case 0:
+					case 2:
 						$comment_status = "closed";
 						break;
 					case 1:
