summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/default_resource.cpp')
-rw-r--r--TAO/tao/default_resource.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp
index 29082bada75..34418e1b0d5 100644
--- a/TAO/tao/default_resource.cpp
+++ b/TAO/tao/default_resource.cpp
@@ -601,7 +601,7 @@ TAO_Default_Resource_Factory::get_parser_names (char **&names,
}
// OK fallback on the hardcoded ones....
- this->parser_names_count_ = 6; // HOW MANY DO WE HAVE?
+ this->parser_names_count_ = 5; // HOW MANY DO WE HAVE?
ACE_NEW_RETURN (this->parser_names_,
char *[this->parser_names_count_],
-1);
@@ -623,9 +623,6 @@ TAO_Default_Resource_Factory::get_parser_names (char **&names,
this->parser_names_[index] = CORBA::string_dup ("MCAST_Parser");
++index;
- this->parser_names_[index] = CORBA::string_dup ("HTTP_Parser");
- ++index;
-
names = this->parser_names_;
number_of_names = index;