project_files/frontlib/net/netconn.c
changeset 7566 57d343ee382f
parent 7497 7e1d72fc03c7
child 7580 c92596feac0d
--- a/project_files/frontlib/net/netconn.c	Sat Aug 18 13:45:00 2012 +0200
+++ b/project_files/frontlib/net/netconn.c	Sat Aug 18 18:08:37 2012 +0200
@@ -333,7 +333,6 @@
 					conn->onDisconnectedCb(conn->onDisconnectedCtx, NETCONN_DISCONNECT_INTERNAL_ERROR, "Internal error");
 					exit = true;
 	        	} else {
-	        		team->remoteDriven = true;
 	        		conn->onTeamAddCb(conn->onTeamAddCtx, team);
 	        	}
 	        }