summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/authentication.h
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2005-04-01 07:57:25 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2005-04-01 07:57:25 +0000
commitffb2307e4adcdec0155a91ded498202edfaacdbe (patch)
tree9dd50402317c1c90a6b76b234fc433cdcf425528 /lasso/id-wsf/authentication.h
parentb89c92546bd6a816e08fdd6598ac7489958e06e3 (diff)
downloadlasso-ffb2307e4adcdec0155a91ded498202edfaacdbe.tar.gz
lasso-ffb2307e4adcdec0155a91ded498202edfaacdbe.tar.xz
lasso-ffb2307e4adcdec0155a91ded498202edfaacdbe.zip
Fixed removed code in previous commit. Fixed some rules from liberty spec : mutli mechanism, null mechanism. Added namespace for service authentication.
Diffstat (limited to 'lasso/id-wsf/authentication.h')
-rw-r--r--lasso/id-wsf/authentication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf/authentication.h b/lasso/id-wsf/authentication.h
index 270fa68a..1a240130 100644
--- a/lasso/id-wsf/authentication.h
+++ b/lasso/id-wsf/authentication.h
@@ -67,7 +67,7 @@ struct _LassoAuthentication {
LassoWsfProfile parent;
/* The SASL context kept for the life of the connection */
- sasl_conn_t *connection; /* FIXME : implement dispose method to release the connection */
+ sasl_conn_t *connection;
sasl_interact_t **client_interact;
/*< private >*/