X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Freadconfig.c;h=a557cda76615b0573231432d12ec451491cd00af;hb=8971a6f1301b3220c4d4b7e729772420cfcd2b53;hp=ef43bdee7c577fd062da9bb7d7ac743193183b60;hpb=714b5c530ece27ea2835a313013f5b770163403c;p=mmh diff --git a/sbr/readconfig.c b/sbr/readconfig.c index ef43bde..a557cda 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -82,11 +82,12 @@ readconfig(struct node **npp, FILE *ib, char *file, int ctx) np->n_context = ctx; /* - ** Now scan the list of `procs' and link in the - ** field value to the global variable. + ** Now scan the list of `procs' and link in + ** the field value to the global variable. */ for (ps = procs; ps->procname; ps++) - if (strcmp(np->n_name, ps->procname) == 0) { + if (mh_strcasecmp(np->n_name, + ps->procname) == 0) { *ps->procnaddr = np->n_field; break; }