diff options
Diffstat (limited to 'accel-pppd/ctrl/l2tp/l2tp_prot.h')
-rw-r--r-- | accel-pppd/ctrl/l2tp/l2tp_prot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/l2tp/l2tp_prot.h b/accel-pppd/ctrl/l2tp/l2tp_prot.h index 1c1d9dae..559b29cf 100644 --- a/accel-pppd/ctrl/l2tp/l2tp_prot.h +++ b/accel-pppd/ctrl/l2tp/l2tp_prot.h @@ -49,6 +49,7 @@ struct l2tp_avp_result_code { uint16_t result_code; uint16_t error_code; + char error_msg[0]; } __attribute__((packed)); #endif |