From: Pavel Machek Date: Mon, 10 Apr 2000 14:45:00 +0000 (+0000) Subject: As usuall, most important info was missing. X-Git-Tag: v1.2.0~1198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73e03bce66e3e8d167f00813d942ef35bfd105e2;p=thirdparty%2Fbird.git As usuall, most important info was missing. --- diff --git a/nest/route.h b/nest/route.h index 2f293c0fb..e60e510e7 100644 --- a/nest/route.h +++ b/nest/route.h @@ -301,7 +301,7 @@ typedef struct eattr { #define EAF_TEMP 0x80 /* A temporary attribute (the one stored in the tmp attr list) */ struct adata { - unsigned int length; + unsigned int length; /* Only size of actuall data, not including length field */ byte data[0]; };