Author: nandika
Date: Wed Jun  8 09:49:34 2011
New Revision: 1133316

URL: http://svn.apache.org/viewvc?rev=1133316&view=rev
Log:
compilation error fixed

Modified:
    
axis/axis2/c/core/trunk/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c

Modified: 
axis/axis2/c/core/trunk/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c
URL: 
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c?rev=1133316&r1=1133315&r2=1133316&view=diff
==============================================================================
--- 
axis/axis2/c/core/trunk/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c
 (original)
+++ 
axis/axis2/c/core/trunk/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c
 Wed Jun  8 09:49:34 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "axis2_ntlm.h"
+#include <axis2_ntlm.h>
 #include <axutil_utils_defines.h>
 #include <axutil_utils.h>
 #include <string.h>
@@ -186,11 +186,8 @@ heimdal_ntlm_wrapper_create_type3_messag
     int ret;
     int len;
 
-       
-       
        AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     ntlm_impl = AXIS2_INTF_TO_IMPL(ntlm);
-
     
     memset(&type2, 0, sizeof(type2));
 


Reply via email to