pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-07-03
2022-07-03 20:30:12 by Marcus Comstedt <marcus@mc.pp.se>
9cf570e998ee3ec0d3fe03dfa1b982675d8a2587 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Sql.pgsql_util: Fix incorrect prototype of done_cb
550:
return !waitforreal && bufcon(this)->start(); }
-
private void done_cb() {
+
private void done_cb(
object obj, int reason
) {
if (!i->fillread) close(); }