Skip to content
Snippets Groups Projects
Commit d0db4022 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: lib/modules/SSL.pmod/sslfile.pike:1.4
parent 525160bd
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ private int queue_write()
int|string data = to_write();
#ifdef SSL3_DEBUG
werror(sprintf("SSL.sslfile->queue_write: '%O'\n", data));
werror(master()->describe_backtrace(backtrace()));
#endif
if (stringp(data))
write_buffer += data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment