summaryrefslogtreecommitdiffstats
path: root/sbin/natd
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/natd')
-rw-r--r--sbin/natd/natd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c
index 3dbfef0..631791b 100644
--- a/sbin/natd/natd.c
+++ b/sbin/natd/natd.c
@@ -1330,7 +1330,7 @@ static void ParseOption (const char* option, const char* parms)
struct in_addr addrValue;
int max;
char* end;
- CODE* fac_record = NULL;
+ const CODE* fac_record = NULL;
/*
* Find option from table.
*/
OpenPOWER on IntegriCloud