Skip to content

Commit

Permalink
Fix missing comma for stats queries
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-edwardsson committed Apr 23, 2013
1 parent 9922b68 commit 27fc0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions livestatus/src/Query.cc
Expand Up @@ -759,6 +759,8 @@ void Query::start()
}

outputDatasetEnd();
if (doStats())
outputFieldSeparator();
_need_ds_separator = true;
}
}
Expand Down

0 comments on commit 27fc0fd

Please sign in to comment.