pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2015-09-06
2015-09-06 19:43:42 by Martin Nilsson <nilsson@fastmail.com>
51f1ceaed1f4260f0f768cd0016109c801892003 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Cosmetic update of strerror use.
388:
break; } if(!socket->is_open())
-
error(strerror(socket->errno()));
+
error(strerror(socket->errno())
+".\n"
);
socket->set_backend(local_backend); socket->set_buffer_mode(i,0); socket->set_nonblocking(i->read_cb,write_cb,close);