diff options
author | Stef Walter <stef@memberwebs.com> | 2009-06-18 17:12:19 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-06-18 17:12:19 +0000 |
commit | 407df90ad78d83cf3666db25af71a9f534123472 (patch) | |
tree | 3fca4a2d180056ca76f0d429943865dcba042cd4 /module/consumer.cc | |
parent | a7557acb5423ea8e4c6bcce27472918c638d56f8 (diff) |
A bunch of fixes toward compilation. Finish today's work.
Diffstat (limited to 'module/consumer.cc')
-rw-r--r-- | module/consumer.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/consumer.cc b/module/consumer.cc index 8ade43a..15eadc8 100644 --- a/module/consumer.cc +++ b/module/consumer.cc @@ -219,7 +219,8 @@ cancelled_auth (sid_request_t *req, Consumer &consumer, params_t ¶ms) } void -sid_consumer_authenticate(sid_request_t *req, sid_storage_t *store, const char *identity) +sid_consumer_authenticate(sid_request_t *req, sid_storage_t *store, + const char *trust_root, const char *identity) { params_t params; |