Diff between c5d2a5e5700189fa462ac6cb7523b8ef955ce763 and de16dfe9125f522fff22707632587e5f582d6eb1
Changed Files
| File | Additions | Deletions | Status |
| sap/server.c | +0 | -1 | modified |
Full Patch
diff --git a/sap/server.c b/sap/server.c
index c55aa6e..8bd8fe1 100644
--- a/sap/server.c
+++ b/sap/server.c
@@ -1122,7 +1122,6 @@ static void sap_io_destroy(void *data)
conn->state == SAP_STATE_GRACEFUL_DISCONNECT)
sap_disconnect_req(NULL, 1);
- conn->io = NULL;
sap_conn_remove(conn);
}
}