From 451073158390d3d074ec31b7269e69bee5eebe64 Mon Sep 17 00:00:00 2001 From: Patrick LeBlanc Date: Fri, 30 Nov 2018 09:44:54 -0600 Subject: [PATCH] MCOL-1607. It works here but I will likely change the param ordering. --- oamapps/mcsadmin/mcsadmin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;