Rework option parsing in test-client

Setting the property didn't change soup_session:ssl-strict
This commit is contained in:
Gergely Polonkai 2016-01-12 22:07:33 +01:00
parent 92944fe8ff
commit 061bd2d71e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ matrix_http_api_set_property(GObject *gobject,
switch (prop_id) {
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;