* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: confparser.y.dirty,v 1.51 2001/01/25 02:33:44 bwelling Exp $ */
+/* $Id: confparser.y.dirty,v 1.52 2001/01/25 21:10:18 bwelling Exp $ */
#include <config.h>
INSIST(view != NULL);
+ replace_zero_ports($2, default_port);
tmpres = dns_c_view_setforwarders(view, $2);
dns_c_iplist_detach(&$2);
if (tmpres == ISC_R_EXISTS) {
INSIST(zone != NULL);
+ replace_zero_ports($2, default_port);
tmpres = dns_c_zone_setforwarders(zone, $2);
dns_c_iplist_detach(&$2);
if (tmpres == ISC_R_EXISTS) {