Author: nandika
Date: Wed Jun 8 12:16:20 2011
New Revision: 1133364
URL: http://svn.apache.org/viewvc?rev=1133364&view=rev
Log:
ntlm_post.c file updated
Modified:
axis/axis2/c/core/trunk/samples/client/ntlm/ntlm_post.c
Modified: axis/axis2/c/core/trunk/samples/client/ntlm/ntlm_post.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/ntlm/ntlm_post.c?rev=1133364&r1=1133363&r2=1133364&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/ntlm/ntlm_post.c (original)
+++ axis/axis2/c/core/trunk/samples/client/ntlm/ntlm_post.c Wed Jun 8 12:16:20
2011
@@ -40,6 +40,7 @@ main(
const axis2_char_t *pw = NULL;
const axis2_char_t *flags = NULL;
const int fg = 0;
+ int i = 0;
const axis2_char_t *domain = NULL;
const axis2_char_t *workstation = NULL;
axutil_string_t *soap_action = NULL;
@@ -142,7 +143,7 @@ main(
/* Setting Request as HTTP POST Request */
axis2_options_set_http_method(options, env, AXIS2_HTTP_POST);
- int i = 0;
+
for(i = 0; i < 1; i++)
{
/* Build the SOAP request message payload using OM API. */