Skip to content
Snippets Groups Projects
Commit eb500289 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

be careful with this name framboise

parent 70003091
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ static void parse_conf(char const *confile,char *rcshut,size_t filesize)
{
char *key = saconf.s + genalloc_s(diuint32,&gaconf)[i].left ;
char *val = saconf.s + genalloc_s(diuint32,&gaconf)[i].right ;
if (!strcmp(key,"RCSHUT"))
if (!strcmp(key,"RCSHUTDOWN"))
{
memcpy(rcshut,val,strlen(val)) ;
rcshut[strlen(val)] = 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment