[wsf-c-dev] svn commit r316 - wsf/c/wsclient/src
svn at wso2.com
svn at wso2.com
Thu Jan 4 01:21:25 PST 2007
Author: dinesh
Date: Thu Jan 4 01:21:23 2007
New Revision: 316
Modified:
wsf/c/wsclient/src/wsclient_option.c
Log:
to work with https
Modified: wsf/c/wsclient/src/wsclient_option.c
==============================================================================
--- wsf/c/wsclient/src/wsclient_option.c (original)
+++ wsf/c/wsclient/src/wsclient_option.c Thu Jan 4 01:21:23 2007
@@ -45,7 +45,7 @@
char *dest_uri = NULL;
if (argc > 1 && argv)
{
- if (strstr (argv[argc-1], "http://"))
+ if (strstr (argv[argc-1], "http://") || strstr (argv[argc-1], "https://"))
{
dest_uri = argv[argc - 1];
}
More information about the Wsf-c-dev
mailing list