diff options
Diffstat (limited to 'src/core/transport/http')
-rw-r--r-- | src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c b/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c index bd5db24..e4c7000 100644 --- a/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c +++ b/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c @@ -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_message( int ret; int len; - - AXIS2_ENV_CHECK(env, AXIS2_FAILURE); ntlm_impl = AXIS2_INTF_TO_IMPL(ntlm); - memset(&type2, 0, sizeof(type2)); |