/[pxelator]/lib/PXElator/dnsd.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/dnsd.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 222 by dpavlin, Thu Aug 13 12:00:51 2009 UTC revision 223 by dpavlin, Sat Aug 15 14:41:33 2009 UTC
# Line 85  warn "## ",dump( $ptr_cache ); Line 85  warn "## ",dump( $ptr_cache );
85          warn "rcode: $rcode ",dump( @ans );          warn "rcode: $rcode ",dump( @ans );
86    
87          $audit->{rcode} = $rcode;          $audit->{rcode} = $rcode;
88          $audit->{ans} = [ @ans ];          $audit->{ans} = [ map {
89                    my $data;
90                    foreach my $n ( keys %$_ ) {
91                            $data->{$n} = $_->{$n};
92                    }
93                    $data;
94            } @ans ];
95    
96          CouchDB::audit( 'response', $audit );          CouchDB::audit( 'response', $audit );
97    

Legend:
Removed from v.222  
changed lines
  Added in v.223

  ViewVC Help
Powered by ViewVC 1.1.26