mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-23 02:43:17 -04:00
The only values that the isc_quota_attach() function (called from check_recursionquota() via recursionquotatype_attach_soft()) can currently return are: ISC_R_SUCCESS, ISC_R_SOFTQUOTA, and ISC_R_QUOTA. Instead of just propagating any other (unexpected) error up the call stack, assert immediately, so that if the isc_quota_* API gets updated in the future to return values currently matching the "default" statement, check_recursionquota() can be promptly updated to handle such new return values as desired. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||