fix typo in last commit: s/dh/esh/ (three instances)

* src/util/crypto_helper_esign.c (TALER_CRYPTO_helper_esign_poll): ...here.
This commit is contained in:
Thien-Thi Nguyen 2020-12-31 12:00:49 -05:00
parent 7514407487
commit b7af94231b
No known key found for this signature in database
GPG Key ID: 670322244C807502

View File

@ -377,9 +377,9 @@ TALER_CRYPTO_helper_esign_poll (struct TALER_CRYPTO_ExchangeSignHelper *esh)
/* timeout AND not synced => full reconnect */
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Restarting connection to EdDSA helper, did not come up properly\n");
do_disconnect (dh);
try_connect (dh);
if (-1 == dh->sock)
do_disconnect (esh);
try_connect (esh);
if (-1 == esh->sock)
return; /* give up */
}
continue; /* try again */