Fix thinko in bbsink_throttle_manifest_contents.
Report and diagnosis by Dmitry Dolgov. Discussion: http://postgr.es/m/20211115162641.dmo6l32fklh64gnw@localhost
This commit is contained in:
parent
b0f7425ec2
commit
1b098da200
@ -122,7 +122,7 @@ bbsink_throttle_manifest_contents(bbsink *sink, size_t len)
|
||||
{
|
||||
throttle((bbsink_throttle *) sink, len);
|
||||
|
||||
bbsink_forward_manifest_contents(sink->bbs_next, len);
|
||||
bbsink_forward_manifest_contents(sink, len);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user