[성현모] 오타 수정
This commit is contained in:
@ -111,7 +111,7 @@ namespace DataBaseConnection.Control
|
|||||||
//
|
//
|
||||||
if (connLongTerm2?.Count > 0)
|
if (connLongTerm2?.Count > 0)
|
||||||
{
|
{
|
||||||
foreach (var logTermConnection in connLongTerm1.Values)
|
foreach (var logTermConnection in connLongTerm2.Values)
|
||||||
{
|
{
|
||||||
if (logTermConnection.State == System.Data.ConnectionState.Open)
|
if (logTermConnection.State == System.Data.ConnectionState.Open)
|
||||||
logTermConnection.Close();
|
logTermConnection.Close();
|
||||||
|
|||||||
Reference in New Issue
Block a user