From f10f49d6fccd85d182b6467b3592dac408f43567 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 24 Jan 2012 16:42:21 -0500 Subject: Added missing expires column in /os akill view --- modules/commands/os_akill.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/os_akill.cpp') diff --git a/modules/commands/os_akill.cpp b/modules/commands/os_akill.cpp index 86dc2a8db..db303a2f3 100644 --- a/modules/commands/os_akill.cpp +++ b/modules/commands/os_akill.cpp @@ -308,7 +308,7 @@ class CommandOSAKill : public Command } ListFormatter list; - list.addColumn("Number").addColumn("Mask").addColumn("Creator").addColumn("Created").addColumn("Reason"); + list.addColumn("Number").addColumn("Mask").addColumn("Creator").addColumn("Created").addColumn("Expires").addColumn("Reason"); this->ProcessList(source, params, list); } -- cgit