Removed dcb->state set after func.close()

This commit is contained in:
Massimiliano Pinto
2013-08-23 14:17:00 +02:00
parent 68a5a389ee
commit 52c30c3e58

View File

@ -242,8 +242,6 @@ HTTPD_session *client_data = NULL;
/* force the client connecton close */
dcb->func.close(dcb);
dcb->state = DCB_STATE_POLLING;
return 0;
}