about summary refs log tree commit diff
path: root/src/engine/e_network_conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_network_conn.c')
-rw-r--r--src/engine/e_network_conn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/e_network_conn.c b/src/engine/e_network_conn.c
index 319a5286..a8ef588f 100644
--- a/src/engine/e_network_conn.c
+++ b/src/engine/e_network_conn.c
@@ -15,7 +15,6 @@ static void conn_reset(NETCONNECTION *conn)
 	conn->remote_closed = 0;
 	
 	conn->state = NET_CONNSTATE_OFFLINE;
-	conn->state = NET_CONNSTATE_OFFLINE;
 	conn->last_send_time = 0;
 	conn->last_recv_time = 0;
 	conn->last_update_time = 0;