diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-04-01 07:57:25 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-04-01 07:57:25 +0000 |
| commit | ffb2307e4adcdec0155a91ded498202edfaacdbe (patch) | |
| tree | 9dd50402317c1c90a6b76b234fc433cdcf425528 /lasso/id-wsf/authentication.h | |
| parent | b89c92546bd6a816e08fdd6598ac7489958e06e3 (diff) | |
| download | lasso-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.h | 2 |
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 >*/ |
