From 842838e5cec49d42e209cd8a9284ac4699a53d99 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 26 Jul 2017 15:30:01 -0500 Subject: [PATCH] MCOL-833 - fix code merge issue --- dbcon/joblist/distributedenginecomm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbcon/joblist/distributedenginecomm.cpp b/dbcon/joblist/distributedenginecomm.cpp index 17fc0d9c5..19efe7e5c 100644 --- a/dbcon/joblist/distributedenginecomm.cpp +++ b/dbcon/joblist/distributedenginecomm.cpp @@ -380,7 +380,7 @@ Error: ostringstream os; os << "DEC: lost connection to " << client->addr2String(); writeToLog(__FILE__, __LINE__, os.str(), LOG_TYPE_CRITICAL); - } +// } return; }