diff --git a/oamapps/mcsadmin/mcsadmin.cpp b/oamapps/mcsadmin/mcsadmin.cpp index 180e3e18e..637c93161 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -5693,7 +5693,7 @@ int processCommand(string* arguments) if ( arguments[1].size() == 2 ) { //Module Type was entered - if (arguments[4] == "" && cloud == oam::UnassignedName) + if (arguments[3] == "" && cloud == oam::UnassignedName) { // need at least arguments cout << endl << "**** addModule Failed : Missing a required Parameter, enter 'help' for additional information" << endl;