summaryrefslogtreecommitdiffstats
path: root/samples/client/ntlm/ntlm_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/client/ntlm/ntlm_post.c')
-rwxr-xr-xsamples/client/ntlm/ntlm_post.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/client/ntlm/ntlm_post.c b/samples/client/ntlm/ntlm_post.c
index cb76f6f..fdc7d19 100755
--- a/samples/client/ntlm/ntlm_post.c
+++ b/samples/client/ntlm/ntlm_post.c
@@ -45,7 +45,7 @@ main(
axutil_string_t *soap_action = NULL;
/* Set up the environment */
- env = axutil_env_create_all("ntlm_auth_client.log", AXIS2_LOG_LEVEL_TRACE);
+ env = axutil_env_create_all("ntlm_post.log", AXIS2_LOG_LEVEL_TRACE);
/* Set end point reference of ntlm service */
address = "http://172.16.176.132:80/myservice/Service1.asmx";
@@ -134,7 +134,7 @@ main(
/* Set http-auth information */
if (un && pw)
{
- axis2_options_set_ntlm_http_auth_info(options, env, un, pw, &fg, domain, workstation,
+ axis2_options_set_ntlm_http_auth_info(options, env, un, pw, fg, domain, workstation,
AXIS2_HTTP_AUTH_TYPE_NTLM);
}