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:
parent
7514407487
commit
b7af94231b
@ -377,9 +377,9 @@ TALER_CRYPTO_helper_esign_poll (struct TALER_CRYPTO_ExchangeSignHelper *esh)
|
|||||||
/* timeout AND not synced => full reconnect */
|
/* timeout AND not synced => full reconnect */
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
||||||
"Restarting connection to EdDSA helper, did not come up properly\n");
|
"Restarting connection to EdDSA helper, did not come up properly\n");
|
||||||
do_disconnect (dh);
|
do_disconnect (esh);
|
||||||
try_connect (dh);
|
try_connect (esh);
|
||||||
if (-1 == dh->sock)
|
if (-1 == esh->sock)
|
||||||
return; /* give up */
|
return; /* give up */
|
||||||
}
|
}
|
||||||
continue; /* try again */
|
continue; /* try again */
|
||||||
|
Loading…
Reference in New Issue
Block a user