Updates for diskwatcher

This commit is contained in:
Michiel Broek
2004-03-21 12:55:45 +00:00
parent f55ff6280f
commit f10a39a9e7
17 changed files with 67 additions and 82 deletions

View File

@@ -346,10 +346,8 @@ int main(int argc, char *argv[])
/*
* Don't do outbound calls if low diskspace
*/
if (enoughspace(CFG.freespace) == 0) {
WriteError("Low diskspace, abort");
if (enoughspace(CFG.freespace) == 0)
die(MBERR_DISK_FULL);
}
if (addr == NULL) {
WriteError("Calling mbcico without node address not supported anymore");