summaryrefslogtreecommitdiffstats
path: root/exporting/pubsub/pubsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'exporting/pubsub/pubsub.c')
-rw-r--r--exporting/pubsub/pubsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/pubsub/pubsub.c b/exporting/pubsub/pubsub.c
index ead44ed2ac..336a096abf 100644
--- a/exporting/pubsub/pubsub.c
+++ b/exporting/pubsub/pubsub.c
@@ -26,7 +26,7 @@ int init_pubsub_instance(struct instance *instance)
instance->end_host_formatting = flush_host_labels;
instance->end_batch_formatting = NULL;
- instance->send_header = NULL;
+ instance->prepare_header = NULL;
instance->check_response = NULL;
instance->buffer = (void *)buffer_create(0);