433 > 443

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

View File

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