We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3f5ed commit d5074f8Copy full SHA for d5074f8
getdns.c
@@ -527,6 +527,7 @@ initgetdns(void)
527
PyModule_AddIntConstant(g, "GETDNS_RESPSTATUS_NO_NAME", 901);
528
PyModule_AddIntConstant(g, "GETDNS_RESPSTATUS_ALL_TIMEOUT", 902);
529
PyModule_AddIntConstant(g, "GETDNS_RESPSTATUS_NO_SECURE_ANSWERS", 903);
530
+ PyModule_AddIntConstant(g, "GETDNS_RESPSTATUS_ALL_BOGUS_ANSWERS", 904);
531
532
PyModule_AddIntConstant(g, "GETDNS_BAD_DNS_CNAME_IN_TARGET", 1100);
533
PyModule_AddIntConstant(g, "GETDNS_BAD_DNS_ALL_NUMERIC_LABEL", 1101);
0 commit comments