there was one straggler instance in send_fce_event() where the lookup was against FCE_PACKET_VERSION and not obj->fce_version -- this has been fixed in https://github.com/Netatalk/netatalk/pull/3153
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this was patched by Ralph in https://github.com/Netatalk/netatalk/commit/940ca0175b on Dec 16, 2015 and included in v3.1.8
there was one straggler instance in send_fce_event() where the lookup was against
FCE_PACKET_VERSIONand notobj->fce_version-- this has been fixed in https://github.com/Netatalk/netatalk/pull/3153