Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Fix: wrong macro called during insertion from remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Emeric committed Nov 7, 2011
1 parent 8a997c4 commit 47976cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void shctx_sess_add(const unsigned char *encsess, unsigned int len, long cdate)
shsess_set_key(shsess, encsess, SSL_MAX_SSL_SESSION_ID_LENGTH);

/* it returns the already existing node or current node if none, never returns null */
shsess = shsess_tree_lookup(shsess);
shsess = shsess_tree_insert(shsess);

/* store into cache and update earlier on session get events */
if (cdate)
Expand Down

0 comments on commit 47976cb

Please sign in to comment.