From: Rob Richards Date: Mon, 17 Oct 2005 19:47:23 +0000 (+0000) Subject: only need context set once X-Git-Tag: RELEASE_0_9_1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=176e7820791f98b077c12bde5ba447925106853e;p=php only need context set once --- diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index bc2b1d2f57..4de655f697 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -386,7 +386,7 @@ php_libxml_output_buffer_create_filename(const char *URI, /* try with a non-escaped URI this may be a strange filename */ if (context == NULL) { - context = context = php_libxml_streams_IO_open_write_wrapper(URI); + context = php_libxml_streams_IO_open_write_wrapper(URI); } if (context == NULL) {