removed silly call to client_done when sending every MDP message.

This commit is contained in:
gardners 2012-05-01 06:50:57 +09:30
parent b335424cd5
commit 77f2220134

View File

@ -1084,8 +1084,6 @@ int overlay_mdp_send(overlay_mdp_frame *mdp,int flags,int timeout_ms)
mdp->error.error=1;
snprintf(mdp->error.message,128,"Error sending frame to MDP server.");
perror("sendto(f)");
/* Clear socket so that we have the chance of reconnecting */
overlay_mdp_client_done();
return -1;
} else {
if (!(flags&MDP_AWAITREPLY)) {