summaryrefslogtreecommitdiffstats
path: root/src/modules/AuthBackendFile/AuthBackendFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/AuthBackendFile/AuthBackendFile.h')
-rw-r--r--src/modules/AuthBackendFile/AuthBackendFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/AuthBackendFile/AuthBackendFile.h b/src/modules/AuthBackendFile/AuthBackendFile.h
index 81e7d12..90f572c 100644
--- a/src/modules/AuthBackendFile/AuthBackendFile.h
+++ b/src/modules/AuthBackendFile/AuthBackendFile.h
@@ -58,7 +58,7 @@ class MAD_MODULE_EXPORT AuthBackendFile : public Common::AuthBackend, private Co
}
virtual boost::shared_ptr<Common::AuthContext> authenticate(const std::string &method, const std::string &user,
- const std::vector<boost::uint8_t> &challenge, std::vector<boost::uint8_t> &response,
+ const std::vector<boost::uint8_t> &data, std::vector<boost::uint8_t> &response,
boost::shared_ptr<Common::AuthContext> context) throw(Core::Exception);
public: