]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/bindparser.yy
Merge pull request #13387 from omoerbeek/rec-b-root-servers
[thirdparty/pdns.git] / pdns / bindparser.yy
index 9f6ba81fe61b33d21eae0f94d20faff2becfd909..179ca457617a39bbab6ea3aa1640ad5ac08a14ff 100644 (file)
@@ -258,7 +258,7 @@ primaries: /* empty */
 
 primary: AWORD
        {
-               s_di.masters.push_back(ComboAddress($1, 53));
+               s_di.primaries.push_back(ComboAddress($1, 53));
                free($1);
        }
        ;