Rework option parsing in test-client
Setting the property didn't change soup_session:ssl-strict
This commit is contained in:
parent
92944fe8ff
commit
061bd2d71e
@ -118,7 +118,7 @@ matrix_http_api_set_property(GObject *gobject,
|
|||||||
|
|
||||||
switch (prop_id) {
|
switch (prop_id) {
|
||||||
case PROP_VALIDATE_CERTIFICATE:
|
case PROP_VALIDATE_CERTIFICATE:
|
||||||
priv->validate_certificate = g_value_get_boolean(value);
|
matrix_http_api_set_validate_certificate(api, g_value_get_boolean(value));
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user