mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
pre-release
This commit is contained in:
parent
fadbec996f
commit
9c29f2f509
@ -1703,7 +1703,7 @@ int main(int argc, char *argv[])
|
|||||||
* used by some glibc (on some distributions it takes over 100MB).
|
* used by some glibc (on some distributions it takes over 100MB).
|
||||||
* Daemon currently needs to use mlockall().
|
* Daemon currently needs to use mlockall().
|
||||||
*/
|
*/
|
||||||
if (setenv("LANG", "C", 1) != 0)
|
if (!setenv("LANG", "C", 1))
|
||||||
perror("Cannot set LANG to C");
|
perror("Cannot set LANG to C");
|
||||||
|
|
||||||
if (!_debug)
|
if (!_debug)
|
||||||
|
Loading…
Reference in New Issue
Block a user