EncoderPlugin: pass Tag reference to method tag()
This commit is contained in:
@@ -512,7 +512,7 @@ HttpdOutput::SendTag(const Tag &tag)
|
||||
/* send the tag to the encoder - which starts a new
|
||||
stream now */
|
||||
|
||||
encoder_tag(encoder, &tag, IgnoreError());
|
||||
encoder_tag(encoder, tag, IgnoreError());
|
||||
|
||||
/* the first page generated by the encoder will now be
|
||||
used as the new "header" page, which is sent to all
|
||||
|
Reference in New Issue
Block a user