2
0
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:
Bob Halley
1999-06-24 17:55:41 +00:00
parent e40324861d
commit 42a5f9c8f5
3 changed files with 8 additions and 6 deletions

View File

@@ -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;