Show
Ignore:
Timestamp:
10/27/05 00:09:46 (8 years ago)
Author:
ahu
Message:

update TODO list
some cosmetic changes in pdns_recursor
make dnsreplay_mindex compile again
improve 'trailing garbage' error
teach zone content input/output code about spaces in labels

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/pdns_recursor.cc

    r522 r524  
    196196  PacketID pident; 
    197197  pident.id=id; 
    198   memcpy(&pident.remote,toaddr,sizeof(pident.remote)); 
     198  memcpy(&pident.remote, toaddr, sizeof(pident.remote)); 
    199199 
    200200  string packet; 
    201   int ret=MT->waitEvent(pident,&packet,1); 
     201  int ret=MT->waitEvent(pident, &packet, 1); 
    202202  if(ret > 0) { 
    203203    *d_len=packet.size();