From fbb02f5fbd9d305c547ac71baca6c110a7577ea4 Mon Sep 17 00:00:00 2001 From: David Hall Date: Thu, 1 Dec 2016 11:55:09 -0600 Subject: [PATCH] MCOL-307 Need path to we_redistributedef.h. The path isn't in everyone's include path --- oamapps/mcsadmin/mcsadmin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oamapps/mcsadmin/mcsadmin.cpp b/oamapps/mcsadmin/mcsadmin.cpp index 100be2af8..415107732 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -35,7 +35,7 @@ extern int h_errno; #include "dbrm.h" #include "messagequeue.h" #include "we_messages.h" -#include "we_redistributedef.h" +#include "../../writeengine/redistribute/we_redistributedef.h" #include "we_config.h" // for findObjectFile #include "we_fileop.h" // for findObjectFile namespace fs = boost::filesystem; @@ -4728,7 +4728,6 @@ int processCommand(string* arguments) string ipAddr = (*pt1).IPAddr; string hostname = (*pt1).HostName; string nicID = oam.itoa((*pt1).NicID); - int state; if ( nicID != "1" ) { cout.width(48);