Skip to content

Commit 5d9e655

Browse files
committed
WL#15524 Patch #1 "START TLS" for management API
Post push fix. Add missing socket close in testMgmd -n StartTls. Change-Id: Ia446b522ad2698f63d588d3c52122df8735765c7
1 parent 51135b7 commit 5d9e655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/ndb/test/ndbapi/testMgmd.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,7 @@ int runTestStartTls(NDBT_Context* ctx, NDBT_Step* step)
21642164
/* Now convert the socket to a transporter */
21652165
NdbSocket s = mgmd.convert_to_transporter();
21662166
CHECK(s.is_valid());
2167+
CHECK(s.close() == 0);
21672168

21682169
return NDBT_OK;
21692170
}

0 commit comments

Comments
 (0)