- main.c: fixed compile warning
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 6 May 2015 17:46:54 +0000 (17:46 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 6 May 2015 17:46:54 +0000 (17:46 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5929 82007160-df01-0410-b94d-b575c5fd34c7

src/main.c

index e053e807593981176ab69d22e9d4a0b2dd1ef81d..e3539823013601eb04d534661cbf73872ccd11cf 100644 (file)
@@ -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;