summaryrefslogtreecommitdiff
path: root/source4/libcli/wrepl/winsrepl.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-09-27 10:31:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:02 -0500
commit4d024ddfb52504644313dfcb4ab0f97d07f83c29 (patch)
tree2c7d77abe06f7fc219f3a8fd652aa11de3c12a30 /source4/libcli/wrepl/winsrepl.h
parentfa70d1d0c28ff8065ca40a3682dc50131b7a6ecf (diff)
downloadsamba-4d024ddfb52504644313dfcb4ab0f97d07f83c29.tar.gz
samba-4d024ddfb52504644313dfcb4ab0f97d07f83c29.tar.bz2
samba-4d024ddfb52504644313dfcb4ab0f97d07f83c29.zip
r10530: - fix some crash bugs when we lost the connection...
metze (This used to be commit 0983452bf8b0922f6df7af4aa16b14835d39d036)
Diffstat (limited to 'source4/libcli/wrepl/winsrepl.h')
-rw-r--r--source4/libcli/wrepl/winsrepl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libcli/wrepl/winsrepl.h b/source4/libcli/wrepl/winsrepl.h
index 79b7f1fd70..a966cf5451 100644
--- a/source4/libcli/wrepl/winsrepl.h
+++ b/source4/libcli/wrepl/winsrepl.h
@@ -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 {