]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/fce_api.h
fce: afpd: fix event names array
[netatalk.git] / include / atalk / fce_api.h
index 4608a95c5b9a5396ffbfffc93f2e2cb174582f72..c804d900bc08b46641c18b357668ae5871405975 100755 (executable)
@@ -28,7 +28,7 @@
 #define FCE_CONN_BROKEN    99
 
 #define FCE_FIRST_EVENT     FCE_FILE_MODIFY /* keep in sync with last file event above */
-#define FCE_LAST_EVENT      FCE_DIR_CREATE  /* keep in sync with last file event above */
+#define FCE_LAST_EVENT      FCE_LOGOUT      /* keep in sync with last file event above */
 
 /* fce_packet.fce_magic */
 #define FCE_PACKET_MAGIC  "at_fcapi"