|
|
| version 1.1.1.1, 2012/10/09 09:06:54 | version 1.1.1.1.2.1, 2013/07/22 12:54:39 |
|---|---|
| Line 143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, | Line 143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, |
| isc_result_t status; | isc_result_t status; |
| /* Make section right. */ | /* Make section right. */ |
| if (section < 0 || section >= ns_s_max) | if (section >= ns_s_max) |
| return ISC_R_NOTIMPLEMENTED; | return ISC_R_NOTIMPLEMENTED; |
| if (section != handle->_sect) | if (section != handle->_sect) |
| setsection(handle, section); | setsection(handle, section); |