mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
autoconf should exit with 0 when writing no
This commit is contained in:
parent
e2faabaff6
commit
05a642549d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ int autoconf_check_readable(const char *path) {
|
||||||
return writeyes();
|
return writeyes();
|
||||||
else {
|
else {
|
||||||
printf("no (%s is not readable, errno=%d)\n", path, errno);
|
printf("no (%s is not readable, errno=%d)\n", path, errno);
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue