mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:52:10 -04:00
let the build complete
This commit is contained in:
parent
ea02307209
commit
2446ecd92d
2 changed files with 2 additions and 2 deletions
|
|
@ -41,5 +41,5 @@ process_gnba(client_t *client, lwres_buffer_t *b)
|
|||
lwres_gnbarequest_t *req;
|
||||
lwres_gnbaresponse_t resp;
|
||||
|
||||
return (ISC_R_NOTIMPLEMENTED);
|
||||
return /*XXX (ISC_R_NOTIMPLEMENTED)*/;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,5 +41,5 @@ process_noop(client_t *client, lwres_buffer_t *b)
|
|||
lwres_nooprequest_t *req;
|
||||
lwres_noopresponse_t resp;
|
||||
|
||||
return (ISC_R_NOTIMPLEMENTED);
|
||||
return /* XXX (ISC_R_NOTIMPLEMENTED) */;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue