Author: billblough
Date: Wed May 22 10:45:39 2019
New Revision: 1859715

URL: http://svn.apache.org/viewvc?rev=1859715&view=rev
Log:
Fix assignment/equality typo in http http_client.c=

Thanks to kvarec for noticing it.


Modified:
    axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c

Modified: axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c
URL: 
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c?rev=1859715&r1=1859714&r2=1859715&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c 
(original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c Wed 
May 22 10:45:39 2019
@@ -916,7 +916,7 @@ axis2_http_client_connect_ssl_host(
             }
             else
             {
-                end_of_line == AXIS2_FALSE;
+                end_of_line = AXIS2_FALSE;
                 memset(str_header, 0, AXIS2_HTTP_HEADER_LENGTH);
             }
 


Reply via email to