Ignore:
Timestamp:
11/14/09 21:40:51 (3 years ago)
Author:
eagle
Message:

onion domain fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/garlicat/src/ocat.c

    r526 r527  
    379379         log_msg(LOG_ERR, "address does not have TOR prefix"), exit(1); 
    380380      ipv6tonion(&CNF(ocat_addr), CNF(onion_url)); 
    381       printf("%s.onion\n", CNF(onion_url)); 
     381      printf("%s%s\n", CNF(onion_url), NDESC(domain)); 
    382382      exit(0); 
    383383   } 
Note: See TracChangeset for help on using the changeset viewer.