don't disable the cassandra engine by default

This commit is contained in:
Sergei Golubchik 2013-01-30 22:33:25 +01:00
parent ea5632e9d7
commit 5267af5e9e

View File

@ -175,8 +175,7 @@ static struct
/* we disable few other plugins by default */
{ "ndbcluster", PLUGIN_OFF },
{ "feedback", PLUGIN_OFF },
{ "pbxt", PLUGIN_OFF },
{ "cassandra", PLUGIN_OFF }
{ "pbxt", PLUGIN_OFF }
};
/* support for Services */