From e4b4e20151d65ccd6fffb772d889916a9e09d178 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Wed, 1 Sep 2004 08:18:23 +0000 Subject: LassoSession.getAuthenticationMethod argument is now optional. --- swig/Lasso.i | 4 ++-- 1 file 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; -- cgit