fix --list to enumerate ALL files, not just those for since -6H

This commit is contained in:
Jan-Piet Mens 2015-08-23 15:10:37 +02:00
parent d78d06d68e
commit c02a80f276

2
ocat.c
View File

@ -219,7 +219,7 @@ int main(int argc, char **argv)
if (list) {
char *js;
json = lister(username, device, s_lo, s_hi);
json = lister(username, device, 0, s_hi);
if (json == NULL) {
fprintf(stderr, "%s: cannot list\n", progname);
exit(2);