summaryrefslogtreecommitdiff
path: root/src/portable/portablectl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable/portablectl.c')
-rw-r--r--src/portable/portablectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c
index af4acc2125..7c8e08e332 100644
--- a/src/portable/portablectl.c
+++ b/src/portable/portablectl.c
@@ -834,7 +834,7 @@ static int list_images(int argc, char *argv[], void *userdata) {
return bus_log_parse_error(r);
if (table_get_rows(table) > 1) {
- r = table_set_sort(table, (size_t) 0, (size_t) -1);
+ r = table_set_sort(table, (size_t) 0);
if (r < 0)
return table_log_sort_error(r);