-try to fix wirewatch loop

This commit is contained in:
Christian Grothoff 2022-12-19 15:41:28 +01:00
parent 649619840b
commit 97f46a01cd
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -836,7 +836,7 @@ lock_shard (void *cls)
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Continuing from %llu\n",
lastest_row_off);
latest_row_off);
GNUNET_break (latest_row_off >= batch_start); /* resume where we left things */
}
else