From 6d13a785c609a639b3a27752c37dfb509a62078c Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 12 Oct 2020 17:42:41 +0530 Subject: [PATCH] downgrade a non-critical XXX to a FIXME --- lib/commands/quota.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/quota.js b/lib/commands/quota.js index 6a8c80bfe..bcfedb3f7 100644 --- a/lib/commands/quota.js +++ b/lib/commands/quota.js @@ -28,7 +28,7 @@ Quota.isValidLimit = function (o) { Quota.applyCustomLimits = function (Env) { // DecreedLimits > customLimits > serverLimits; - // XXX perform an integrity check on shared limits + // FIXME perform an integrity check on shared limits // especially relevant because we use Env.limits // when considering whether to archive inactive accounts