Changeset 527 for branches/garlicat/src/ocatsocks.c
- Timestamp:
- 11/14/09 21:40:51 (3 years ago)
- File:
-
- 1 edited
-
branches/garlicat/src/ocatsocks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/garlicat/src/ocatsocks.c
r525 r527 42 42 43 43 ipv6tonion(&sq->addr, onion); 44 strlcat(onion, ".onion", sizeof(onion));44 strlcat(onion, NDESC(domain), sizeof(onion)); 45 45 log_msg(LOG_INFO, "trying to connect to \"%s\" [%s]", onion, inet_ntop(AF_INET6, &sq->addr, buf, SOCKS_BUFLEN)); 46 46 … … 258 258 } 259 259 260 snprintf(buf, SIZE_1K, "%d: %39s, %s .onion, state = %d, %s(%d), retry = %d, connect_time = %d, restart_time = %d",260 snprintf(buf, SIZE_1K, "%d: %39s, %s%s, state = %d, %s(%d), retry = %d, connect_time = %d, restart_time = %d", 261 261 i, 262 262 addrstr, 263 263 ipv6tonion(&squeue->addr, onstr), 264 NDESC(domain), 264 265 squeue->state, 265 266 squeue->perm ? "PERMANENT" : "TEMPORARY",
Note: See TracChangeset
for help on using the changeset viewer.
