Skip to content

Commit

Permalink
WL#15524 Patch #1 "START TLS" for management API
Browse files Browse the repository at this point in the history
Post push fix.

Add missing socket close in testMgmd -n StartTls.

Change-Id: Ia446b522ad2698f63d588d3c52122df8735765c7
  • Loading branch information
zmur committed Sep 14, 2023
1 parent 51135b7 commit 5d9e655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/ndb/test/ndbapi/testMgmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2164,6 +2164,7 @@ int runTestStartTls(NDBT_Context* ctx, NDBT_Step* step)
/* Now convert the socket to a transporter */
NdbSocket s = mgmd.convert_to_transporter();
CHECK(s.is_valid());
CHECK(s.close() == 0);

return NDBT_OK;
}
Expand Down

0 comments on commit 5d9e655

Please sign in to comment.