diff options
Diffstat (limited to 'ospf6d/ospf6_main.c')
-rw-r--r-- | ospf6d/ospf6_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index b5e64033..95086f2f 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -92,7 +92,7 @@ int daemon_mode = 0; struct thread_master *master; /* Process ID saved for use by init system */ -char *pid_file = PATH_OSPF6D_PID; +const char *pid_file = PATH_OSPF6D_PID; /* Help information display. */ static void |