[svn] commit: r776 - /branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/generic/rrsig_46.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 10 03:55:30 UTC 2010
Author: jinmei
Date: Wed Feb 10 03:55:30 2010
New Revision: 776
Log:
merged a fix in trunk
Modified:
branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/generic/rrsig_46.cc (contents, props changed)
Modified: branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/generic/rrsig_46.cc
==============================================================================
--- branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/generic/rrsig_46.cc (original)
+++ branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/generic/rrsig_46.cc Wed Feb 10 03:55:30 2010
@@ -124,7 +124,7 @@
return (*this);
}
- RRSIGImpl* newimpl = new RRSIGImpl(*impl_);
+ RRSIGImpl* newimpl = new RRSIGImpl(*source.impl_);
delete impl_;
impl_ = newimpl;
More information about the bind10-changes
mailing list