Skip to content

Commit

Permalink
fix typo introduced by commit fd672a9
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jul 21, 2017
1 parent 5900993 commit 0bd5a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_eap/libeap/eap_chbind.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ VALUE_PAIR *eap_chbind_packet2vp(RADIUS_PACKET *packet, chbind_packet_t *chbind)

if (!chbind) return NULL; /* don't produce garbage */

vp = fr_pair_afrom_num(packet, VENDORPEC_UKERNA, PW_UKERNA_CHBIND);
vp = fr_pair_afrom_num(packet, PW_UKERNA_CHBIND, VENDORPEC_UKERNA);
if (!vp) return NULL;
fr_pair_value_memcpy(vp, (uint8_t *) chbind, talloc_array_length((uint8_t *)chbind));

Expand Down

0 comments on commit 0bd5a4c

Please sign in to comment.