]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo release_3_0_0_beta0
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 12 Sep 2012 16:40:07 +0000 (17:40 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 12 Sep 2012 16:40:07 +0000 (17:40 +0100)
src/modules/rlm_eap/types/rlm_eap_pwd/eap_pwd.c

index 02707f3659df77fda03b441c7c30bda04ba3dfa1..ab03cab252d2f913b8f0351f17f6b31b7ea8de53 100644 (file)
@@ -273,7 +273,7 @@ fail:
         BN_free(sess->order);
         BN_free(sess->prime);
        free(prfbuf);
-       ptrbuf = NULL;
+       prfbuf = NULL;
         free(sess);
         sess = NULL;
         ret = -1;