From fd9f0c0640fd02a26b96b4f9d3cbbffbb6544a84 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 8 Apr 2020 22:25:15 +0200 Subject: Configuration strings are constant. This is merely a const propagation. There was no problem in there. --- proto/radv/radv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/radv/radv.h') diff --git a/proto/radv/radv.h b/proto/radv/radv.h index 2c8ad7d4..14d40f8a 100644 --- a/proto/radv/radv.h +++ b/proto/radv/radv.h @@ -119,7 +119,7 @@ struct radv_dnssl_config u16 lifetime_mult; /* Lifetime specified as multiple of max_ra_int */ u8 dlen_first; /* Length of first label in domain */ u8 dlen_all; /* Both dlen_ filled in radv_process_domain() */ - char *domain; /* Domain for DNS search list, in processed form */ + const char *domain; /* Domain for DNS search list, in processed form */ }; /* -- cgit v1.2.3