Fix listing bug in Donar Client
This commit is contained in:
parent
d1bfdf520f
commit
47f6a12d41
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ void donar_client(struct donar_client_ctx* ctx, struct algo_skel* algo, char* on
|
|||
printf("--- Onion services loaded\n");
|
||||
|
||||
for (int i = 0; i < ctx->tos.filled; i++) {
|
||||
printf("onion service: %s\n",ctx->tos.keys->pub);
|
||||
printf("onion service: %s\n",ctx->tos.keys[i].pub);
|
||||
}
|
||||
|
||||
for (uint16_t i = 0; i < CLIENT_PORT_SIZE ; i++) {
|
||||
|
|
Loading…
Reference in a new issue