FreeCalypso > hg > themwi-rtp-mgr
diff rtp-mgr/readconf.c @ 10:9499d41fc393 default tip
daemon: change config file name to themwi-rtp-mgr.cfg
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 27 May 2024 22:47:19 +0000 |
parents | 247f4bbde24c |
children |
line wrap: on
line diff
--- a/rtp-mgr/readconf.c Mon May 27 22:11:44 2024 +0000 +++ b/rtp-mgr/readconf.c Mon May 27 22:47:19 2024 +0000 @@ -21,7 +21,7 @@ struct bind_range_cfg bind_range_gsm, bind_range_pstn; int syslog_facility = LOG_USER; -static const char config_file_pathname[] = "/var/gsm/themwi-rtp.cfg"; +static const char config_file_pathname[] = "/var/gsm/themwi-rtp-mgr.cfg"; struct parse_state { int lineno;