-fix FTBFS

This commit is contained in:
Christian Grothoff 2021-12-02 14:33:22 +01:00
parent 5ad1d0d3dd
commit 3a5eb9285c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -431,8 +431,8 @@ handle_sign_request (struct TES_Client *client,
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Sending RSA signature after %s\n",
GNUNET_STRINGS_relative_time_to_string (
GNUENT_TIME_absolute_get_duration (now)),
GNUNET_YES);
GNUNET_TIME_absolute_get_duration (now),
GNUNET_YES));
ret = TES_transmit (client->csock,
&sr->header);
GNUNET_free (sr);