fixed bug in dispatch of rhizome advertisements.

hopefully no more mal-formed packets.
This commit is contained in:
gardners 2012-05-01 05:25:10 +09:30
parent 3276b33c73
commit 1b9f706209

View File

@ -253,6 +253,7 @@ int overlay_rhizome_add_advertisements(int interface_number,overlay_buffer *e)
/* Mark end of whole manifests by writing 0xff, which is more than the MSB
of a manifest's length is allowed to be. */
ob_append_byte(e,0xff);
bytes_used++;
}
}