summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swig/Lasso.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index ef71a965..f9a43340 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -309,7 +309,7 @@ typedef enum {
lassoRequestTypeLecp
} lassoRequestType;
-/* SamelAuthenticationMethod */
+/* SamlAuthenticationMethod */
#ifndef SWIGPHP
%rename(samlAuthenticationMethodPassword) lassoSamlAuthenticationMethodPassword;
%rename(samlAuthenticationMethodKerberos) lassoSamlAuthenticationMethodKerberos;
@@ -823,7 +823,7 @@ typedef struct {
gchar *dump();
%newobject getAuthenticationMethod;
- gchar *getAuthenticationMethod(gchar *remoteProviderId);
+ gchar *getAuthenticationMethod(gchar *remoteProviderId = NULL);
}
} LassoSession;