Browse Source

- Fixed bug #55028 (// is abad comment)

pull/271/head
Felipe Pena 15 years ago
parent
commit
15f5dd5cb3
  1. 2
      ext/openssl/xp_ssl.c

2
ext/openssl/xp_ssl.c

@ -145,7 +145,7 @@ static int handle_ssl_error(php_stream *stream, int nr_bytes, zend_bool is_init
default:
do {
// NULL is automatically added
/* NULL is automatically added */
ERR_error_string_n(ecode, esbuf, sizeof(esbuf));
if (ebuf.c) {
smart_str_appendc(&ebuf, '\n');

Loading…
Cancel
Save