mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
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:
@@ -122,7 +122,7 @@ bbsink_throttle_manifest_contents(bbsink *sink, size_t len)
|
|||||||
{
|
{
|
||||||
throttle((bbsink_throttle *) sink, len);
|
throttle((bbsink_throttle *) sink, len);
|
||||||
|
|
||||||
bbsink_forward_manifest_contents(sink->bbs_next, len);
|
bbsink_forward_manifest_contents(sink, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user