mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
resolved: constify a parameter
This commit is contained in:
parent
24a5b982cf
commit
e1a9f1a81d
@ -602,7 +602,7 @@ fail:
|
||||
return r;
|
||||
}
|
||||
|
||||
static int dns_packet_append_type_window(DnsPacket *p, uint8_t window, uint8_t length, uint8_t *types, size_t *start) {
|
||||
static int dns_packet_append_type_window(DnsPacket *p, uint8_t window, uint8_t length, const uint8_t *types, size_t *start) {
|
||||
size_t saved_size;
|
||||
int r;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user