commit 4d410dc7dbeb03c5b51bb895b1d9efae09486857
parent 6f579eb833be396b56903ff7252c3023ef46a92d
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 12 Jun 2018 19:32:35 +0200
Making https:// default.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -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) ':')))
{