summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar nandika2011-06-08 12:16:20 +0000
committerGravatar nandika2011-06-08 12:16:20 +0000
commit4229b550bcada23e2d519cd2272c0e54c7aa735c (patch)
treeeb0d89636de6d7898d36bf89acb10cfa3ded5faa
parent2bbe3fecb6e1032e2f2027c55d48f7dc38d52076 (diff)
downloadaxis2c-4229b550bcada23e2d519cd2272c0e54c7aa735c.tar.gz
axis2c-4229b550bcada23e2d519cd2272c0e54c7aa735c.tar.bz2
ntlm_post.c file updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1133364 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xsamples/client/ntlm/ntlm_post.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/client/ntlm/ntlm_post.c b/samples/client/ntlm/ntlm_post.c
index fdc7d19..5e5e58a 100755
--- a/samples/client/ntlm/ntlm_post.c
+++ b/samples/client/ntlm/ntlm_post.c
@@ -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. */