Benjamin Sago 4 yıl önce
ebeveyn
işleme
99a9b6e739
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)]