diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-03-04 15:55:56 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-03-04 15:55:56 +0000 |
| commit | bfced903c8b448706cfc49ff2dcd7c7bc2894bba (patch) | |
| tree | c5424a656c50a227f307c309250abd4cd8532ec0 | |
| parent | f348a73bb1fcef2431229c44bfda3d01ca4c4275 (diff) | |
| download | lasso-bfced903c8b448706cfc49ff2dcd7c7bc2894bba.tar.gz lasso-bfced903c8b448706cfc49ff2dcd7c7bc2894bba.tar.xz lasso-bfced903c8b448706cfc49ff2dcd7c7bc2894bba.zip | |
fixed variable type; how bad
| -rw-r--r-- | lasso/id-wsf/wsf_profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index 0078fb96..68aa4e20 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -1017,7 +1017,7 @@ lasso_wsf_profile_build_soap_request_msg(LassoWsfProfile *profile) LassoSoapEnvelope *envelope; LassoSoapHeader *header; LassoWsseSecurity *security = NULL; - char *ret; + int ret; GList *iter; |
