1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +03:00

r10530: - fix some crash bugs when we lost the connection...

metze
This commit is contained in:
Stefan Metzmacher
2005-09-27 10:31:57 +00:00
committed by Gerald (Jerry) Carter
parent dc5d5953b6
commit 0983452bf8
2 changed files with 55 additions and 3 deletions

View File

@@ -38,6 +38,9 @@ struct wrepl_socket {
/* the fd event */
struct fd_event *fde;
/* remember is the socket is dead */
BOOL dead;
};
enum wrepl_request_state {