Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Sep 12, 2012
1 parent 016d531 commit 147f78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_eap/types/rlm_eap_pwd/eap_pwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ compute_password_element (pwd_session_t *sess, uint16_t grp_num,
BN_free(sess->order);
BN_free(sess->prime);
free(prfbuf);
ptrbuf = NULL;
prfbuf = NULL;
free(sess);
sess = NULL;
ret = -1;
Expand Down

0 comments on commit 147f78c

Please sign in to comment.