Benjamin Sago %!s(int64=4) %!d(string=hai) anos
pai
achega
99a9b6e739
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dns/src/record/naptr.rs

+ 1 - 1
dns/src/record/naptr.rs

@@ -37,7 +37,7 @@ pub struct NAPTR {
 }
 
 impl Wire for NAPTR {
-    const NAME: &'static str = "MX";
+    const NAME: &'static str = "NAPTR";
     const RR_TYPE: u16 = 35;
 
     #[cfg_attr(feature = "with_mutagen", ::mutagen::mutate)]