Fix a regression when accepting a SSL certificate.

Review Request #13243 — Created Aug. 28, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

The new client-building code in Subversion returns a client class and
not a tuple. One of the calls to this, used when accepting a SSL
certificate, was still treating it as a tuple, causing a crash when
accepting the certificate.

This is a small fix for updating the call site. Note that this function
will be removed when the new SSL code is in.

Verified that type checking was happy.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix a regression when accepting a SSL certificate.
The new client-building code in Subversion returns a client class and not a tuple. One of the calls to this, used when accepting a SSL certificate, was still treating it as a tuple, causing a crash when accepting the certificate. This is a small fix for updating the call site. Note that this function will be removed when the new SSL code is in.
243e44b456d4315f86b16d035ae183555202a470 Christian Hammond
reviewboard/scmtools/svn/__init__.py
Loading...