Index: /branches/cname-collision/DNSDB.pm
===================================================================
--- /branches/cname-collision/DNSDB.pm	(revision 979)
+++ /branches/cname-collision/DNSDB.pm	(revision 980)
@@ -4912,5 +4912,5 @@
 	host => $host, rectype => $rectype, val => $val, addr => $addr,
 	dist => \$dist, port => \$port, weight => \$weight,
-	stamp => \$stamp, expires => $expires,
+	stamp => \$stamp, expires => \$expires,
 	fields => \$fields, vallist => \@vallist);
 
@@ -5081,5 +5081,5 @@
 	host => $host, rectype => $rectype, val => $val, addr => $addr,
 	dist => \$dist, port => \$port, weight => \$weight,
-	stamp => \$stamp, expires => $expires,
+	stamp => \$stamp, expires => \$expires,
 	fields => \$fields, vallist => \@vallist,
 	update => $id);
