diff options
Diffstat (limited to 'samples')
-rwxr-xr-x | samples/client/ntlm/ntlm_post.c | 3 |
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. */ |