]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/dsi.h
Merge remote-tracking branch 'origin/develop' into spotlight
[netatalk.git] / include / atalk / dsi.h
index 0427da1f9ab4aee41b4253dbff616fc6b0bcbf19..11452550fb14817be673860dc81cf4c93897f9a7 100644 (file)
@@ -154,9 +154,6 @@ 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(AFPObj *obj, const char *hostname, const char *address, const char *port);