mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 00:55:24 +00:00
Remove message catalogs
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/msgs.h>
|
||||
#include <isc/net.h>
|
||||
#include <isc/netaddr.h>
|
||||
#include <isc/print.h>
|
||||
@@ -196,9 +195,7 @@ isc_netaddr_format(const isc_netaddr_t *na, char *array, unsigned int size) {
|
||||
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
snprintf(array, size,
|
||||
isc_msgcat_get(isc_msgcat, ISC_MSGSET_NETADDR,
|
||||
ISC_MSG_UNKNOWNADDR,
|
||||
"<unknown address, family %u>"),
|
||||
"<unknown address, family %u>",
|
||||
na->family);
|
||||
array[size - 1] = '\0';
|
||||
}
|
||||
|
Reference in New Issue
Block a user