diff options
author | 2025-06-25 09:24:05 +0200 | |
---|---|---|
committer | 2025-06-25 09:25:22 +0200 | |
commit | e34952b398fe1ce6a5ca891d84d1c764008226db (patch) | |
tree | 3ae529506fbf9fe105f35ce59ad2c7d727e01682 | |
parent | 8075b275a93b1d27b8699f5d0f508e755f8b21eb (diff) | |
download | pacredir-main.tar.gz pacredir-main.tar.zst |
-rw-r--r-- | pacredir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -487,7 +487,7 @@ static mhd_result ahc_echo(void * cls, request->last_modified = 0; if (verbose > 0) - write_log(stdout, "Trying %s: %s\n", request->host, request->url); + write_log(stdout, "Trying %s: %s\n", request->host->host, request->url); if ((error = pthread_create(&tid[req_count], NULL, get_http_code, (void *)request)) != 0) write_log(stderr, "Could not run thread number %d, errno %d\n", req_count, error); |