Fix a regression when accepting a SSL certificate.

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

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.

Summary ID
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
maubin
  1. Ship It!
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (39d674c)
Loading...