mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
lint from alpha build
This commit is contained in:
@@ -700,7 +700,7 @@ getrdata(dns_name_t *name, isc_buffer_t *source, dns_message_t *msg,
|
||||
* When the rdata is empty, the data pointer is never
|
||||
* dereferenced, but it must still be non-NULL.
|
||||
*/
|
||||
rdata->data = "";
|
||||
rdata->data = (unsigned char *)"";
|
||||
rdata->length = 0;
|
||||
rdata->class = rdclass;
|
||||
rdata->type = rdtype;
|
||||
|
Reference in New Issue
Block a user