diff options
author | damitha | 2011-06-01 09:58:31 +0000 |
---|---|---|
committer | damitha | 2011-06-01 09:58:31 +0000 |
commit | 03da849afd98e38ee36f215e72abb8efeab87db7 (patch) | |
tree | 47abd93f252d6756d9cc37291ffaa8df75636494 /samples/client/ntlm/ntlm_post.c | |
parent | f1d7f8e861ef15563d94574d02978795c6bd4475 (diff) | |
download | axis2c-03da849afd98e38ee36f215e72abb8efeab87db7.tar.gz axis2c-03da849afd98e38ee36f215e72abb8efeab87db7.tar.bz2 |
Update samples
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1130076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples/client/ntlm/ntlm_post.c')
-rwxr-xr-x | samples/client/ntlm/ntlm_post.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/client/ntlm/ntlm_post.c b/samples/client/ntlm/ntlm_post.c index f42c18f..cb76f6f 100755 --- a/samples/client/ntlm/ntlm_post.c +++ b/samples/client/ntlm/ntlm_post.c @@ -130,7 +130,6 @@ main( /* un-comment line below to setup proxy from code*/ /*axis2_svc_client_set_proxy_with_auth(svc_client, env, "127.0.0.1", "3128", NULL, NULL);*/ - /* Sending robust authentication test message */ /* Set http-auth information */ if (un && pw) |