diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 09:48:07 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 09:48:07 +0100 |
commit | 2cd3210fc089d96c80c2969244a6a7317a24c717 (patch) | |
tree | 4997067db2435d4ed3c9dd3160699deb59d288fe /src/core/census | |
parent | b46a5ea5f66f52bf3e72d364793b527d8b4cf8a0 (diff) |
Forgot the abort().
Diffstat (limited to 'src/core/census')
-rw-r--r-- | src/core/census/placeholders.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/census/placeholders.c b/src/core/census/placeholders.c index ef9e4854be..b15a296984 100644 --- a/src/core/census/placeholders.c +++ b/src/core/census/placeholders.c @@ -83,6 +83,7 @@ census_view *census_view_create(uint32_t metric_id, const census_tag_set *tags, const census_tag_set *census_view_tags(const census_view *view) { (void)view; + abort(); } void census_view_delete(census_view *view) { |