pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-05-02
2021-05-02 22:27:03 by Stephen R. van den Berg <srb@cuci.nl>
9ef3d0747d97b636fad52aed8c29a4708070eaaf (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
master
Complex _sprintfs in destructed objects fixated.
758:
protected string _sprintf(int type) { string res; if (!this) // Not in destructed objects
-
return
UNDEFINED
;
+
return
"(destructed)"
;
switch (type) { case 'O': int fd = -1; if (socket) catch(fd = socket->query_fd()); if (!this) // Not in destructed objects
-
return
UNDEFINED
;
+
return
"(destructed)"
;
res = predef::sprintf("conxion fd: %d input queue: %d/%d " "queued portals: %d output queue: %d/%d\n" "started: %d\n",
868:
protected string _sprintf(int type) { string res; if (!this) // Not in destructed objects
-
return
UNDEFINED
;
+
return
"(destructed)"
;
switch (type) { case 'O': int fd = -1;
2001:
protected string _sprintf(int type) { string res; if (!this) // Not in destructed objects
-
return
UNDEFINED
;
+
return
"(destructed)"
;
switch (type) { case 'O': res = sprintf(DRIVERNAME".proxy(%s@%s:%d/%s,%d,%d)",