- critical bit was set

This commit is contained in:
Jan Hutter
2005-11-17 13:36:20 +00:00
parent c63dfce358
commit f59ae2ea9a
+1 -1
View File
@@ -326,7 +326,7 @@ sa_payload_t *sa_payload_create()
this->compute_length = compute_length;
/* set default values of the fields */
this->critical = 1;//SA_PAYLOAD_CRITICAL_FLAG;
this->critical = SA_PAYLOAD_CRITICAL_FLAG;
this->next_payload = NO_PAYLOAD;
this->payload_length = SA_PAYLOAD_HEADER_LENGTH;