From 4229b550bcada23e2d519cd2272c0e54c7aa735c Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 8 Jun 2011 12:16:20 +0000 Subject: 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 --- samples/client/ntlm/ntlm_post.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- cgit v1.1-32-gdbae