mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
(DCGETTEXT): Fix typo in last change.
This commit is contained in:
parent
5489eab395
commit
294eccacf8
@ -371,8 +371,7 @@ DCGETTEXT (domainname, msgid, category)
|
||||
|
||||
/* When this is a SUID binary we must not allow accessing files
|
||||
outside the dedicated directories. */
|
||||
if (ENABLE_SECURE
|
||||
&& memchr (single_locale, '/', single_locale) != NULL)
|
||||
if (ENABLE_SECURE && strchr (single_locale, '/') != NULL)
|
||||
/* Ingore this entry. */
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user