diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-10-18 13:52:55 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-10-18 13:52:55 +0000 |
| commit | 0a6d797cf6eb751d7eb613900cd19803e05d905f (patch) | |
| tree | c52b0ffbf8879fbe81816528e0fc7c3dd0f64e1f /services/modstack.c | |
| parent | 9b8db746ac608ff7cdad3c9ac7ac395319e4ea0f (diff) | |
Diffstat (limited to 'services/modstack.c')
| -rw-r--r-- | services/modstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/modstack.c b/services/modstack.c index 6c8af0505b69..fa68cc71d2ff 100644 --- a/services/modstack.c +++ b/services/modstack.c @@ -265,7 +265,7 @@ modstack_call_init(struct module_stack* stack, const char* module_conf, int i, changed = 0; env->need_to_validate = 0; /* set by module init below */ for(i=0; i<stack->num; i++) { - while(*module_conf && isspace(*module_conf)) + while(*module_conf && isspace((unsigned char)*module_conf)) module_conf++; if(strncmp(stack->mod[i]->name, module_conf, strlen(stack->mod[i]->name))) { |
