Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: mdsconnect incorrectly aborts on the first connection
Somewhere along the line TdiShrExt->rMdsConnect started returning the connection number (starting at 0) instead of a status code. On an error, it actually returns -1, not 0. If mdsconnect is called with _abort set, then it will abort() on the first connection.
- Loading branch information