Skip to content

Commit

Permalink
catalog: Fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Apr 21, 2016
1 parent e9252e2 commit 06e1e8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cats/sql_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ void db_list_copies_records(JCR *jcr, B_DB *mdb, const char *range, char *JobIds
void db_list_log_records(JCR *jcr, B_DB *mdb, const char* range, bool reverse,
OUTPUT_FORMATTER *sendit, e_list_type type)
{
char ed1[50];
const char *query;
const char *reverse_query = "SELECT Time, LogText FROM Log ORDER BY Log.LogId DESC %s";
const char *forward_query = "SELECT Time, LogText FROM ("
Expand Down

0 comments on commit 06e1e8a

Please sign in to comment.