diff options
author | Luke Howard <lukeh@padl.com> | 2010-10-09 11:54:37 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-11 18:50:25 +0200 |
commit | 06936d1f263c456017e20ea6c74d2756e1e30fcc (patch) | |
tree | 25616bd4f0bc515b47d9e8c3b712c21627c05144 /lib/include/radsec/radsec-impl.h | |
parent | ff55882798b6c482faec920d30a4ffdc10b306f7 (diff) |
Have rad_decode() verify responses.
Diffstat (limited to 'lib/include/radsec/radsec-impl.h')
-rw-r--r-- | lib/include/radsec/radsec-impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/radsec/radsec-impl.h b/lib/include/radsec/radsec-impl.h index 3ce01d0..6e5ee83 100644 --- a/lib/include/radsec/radsec-impl.h +++ b/lib/include/radsec/radsec-impl.h @@ -76,6 +76,7 @@ struct rs_packet { char hdr_read_flag; uint8_t hdr[4]; RADIUS_PACKET *rpkt; + struct rs_packet *original; }; struct rs_attr { |