]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/dsi.h
Merge remote branch 'netafp/master' into branch-allea
[netatalk.git] / include / atalk / dsi.h
index dbe3eb5b95def90d132f04c3829d630aa508ce29..75e91b4f09e03c42d5dd0ee3ac16dd81e54d9ce4 100644 (file)
@@ -155,7 +155,9 @@ typedef struct DSI {
 #define DSI_RECONSOCKET      (1 << 7) /* we have a new socket from primary reconnect */
 #define DSI_RECONINPROG      (1 << 8) /* used in the new session in reconnect */
 #define DSI_AFP_LOGGED_OUT   (1 << 9) /* client called afp_logout, quit on next EOF from socket */
+#if 0
 #define DSI_GOT_ECONNRESET   (1 << 10) /* got ECONNRESET from client => exit */
+#endif
 
 /* basic initialization: dsi_init.c */
 extern DSI *dsi_init (const dsi_proto /*protocol*/,