Remove assignment without effect

This commit is contained in:
Travis Cross 2013-05-28 03:46:53 +00:00
parent ca9d806042
commit 9ce4be3daa
1 changed files with 1 additions and 1 deletions

View File

@ -1246,7 +1246,7 @@ ESL_DECLARE(esl_status_t) esl_recv_event(esl_handle_t *handle, int check_q, esl_
revent->event_id = ESL_EVENT_SOCKET_DATA;
esl_event_add_header_string(revent, ESL_STACK_BOTTOM, "Event-Name", "SOCKET_DATA");
hname = p = data;
p = data;
while(p) {
hname = p;