Making https:// default.

This commit is contained in:
Marcello Stanisci 2018-06-12 19:32:35 +02:00
parent 6f579eb833
commit 4d410dc7db
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1033,6 +1033,7 @@ taler_bank_get_history (void *cls,
whh->hres_cb = hres_cb;
whh->hres_cb_cls = hres_cb_cls;
port = 433; /* if non given, equals 433. */
if (NULL != (p = strchr (account.hostname,
(unsigned char) ':')))
{