From: michael Date: Wed, 6 May 2015 17:46:54 +0000 (+0000) Subject: - main.c: fixed compile warning X-Git-Tag: 1.0.6~16 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=a68aa42a59673a66b6d5d3f9f7bf1ce2e0e611d5;p=hopm.git - main.c: fixed compile warning git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5929 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/src/main.c b/src/main.c index e053e80..e353982 100644 --- a/src/main.c +++ b/src/main.c @@ -53,7 +53,7 @@ static struct sigaction ALARMACTION; static struct sigaction INTACTION; static struct sigaction USR1ACTION; -static char *CONFNAME = DEFAULTNAME; +static const char *CONFNAME = DEFAULTNAME; static const char *CONFDIR = HOPM_ETCDIR; static const char *LOGDIR = HOPM_LOGDIR; static char *CONFFILE, *LOGFILE;