From 2151ec2f37e1084b3abc1c681ace91248031d5da Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 23 Dec 2011 17:42:41 +0200 Subject: [PATCH] improved user listing speed --- bin/v_list_users | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/v_list_users b/bin/v_list_users index 5b4978087..1a12b697e 100755 --- a/bin/v_list_users +++ b/bin/v_list_users @@ -10,7 +10,6 @@ format=${1-shell} # Importing variables source $VESTA/conf/vars.conf -source $V_FUNC/shared.func # Json function json_list_users() { @@ -100,7 +99,6 @@ case $format in plain) nohead=1; shell_list_users ;; shell) fields='$USER $PACKAGE $U_DISK $U_BANDWIDTH $SUSPENDED $DATE'; shell_list_users | column -t ;; - *) check_args '1' '0' '[format]' ;; esac