summaryrefslogtreecommitdiffstats
path: root/auth_mellon_session.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth_mellon_session.c')
-rw-r--r--auth_mellon_session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth_mellon_session.c b/auth_mellon_session.c
index f91b740..d8d9382 100644
--- a/auth_mellon_session.c
+++ b/auth_mellon_session.c
@@ -73,7 +73,7 @@ am_cache_entry_t *am_new_request_session(request_rec *r)
const char *session_id;
/* Generate session id. */
- session_id = am_generate_session_id(r);
+ session_id = am_generate_id(r);
if(session_id == NULL) {
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
"Error creating session id.");