Unconditionally return non-zero exit code when "tinc del" does not find the requested variable.

This commit is contained in:
Guus Sliepen 2014-06-15 12:19:10 +02:00
parent 1ce0f76139
commit 31c6899398

View file

@ -1626,7 +1626,7 @@ static int cmd_config(int argc, char *argv[]) {
if(action < 0 && !removed) {
remove(tmpfile);
fprintf(stderr, "No configuration variables deleted.\n");
return *value != 0;
return 1;
}
// Replace the configuration file with the new one