Optimized.

FossilOrigin-Name: c176d2cf0a00b46d522b9fd9c67faa55d86eb9f22906575ceada52bdb54c6bd5
This commit is contained in:
7u83@mail.ru 2016-03-07 18:09:38 +00:00
parent 27e7bd12b0
commit 649bc144d1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ int cw_in_check_generic_resp(struct conn *conn, struct cw_action_in *a, uint8_t
int len,struct sockaddr *from)
{
cw_action_in_t * mlist[60];
/* Check if the message contains a result code and
if it indicates an errror */
@ -22,6 +21,7 @@ int cw_in_check_generic_resp(struct conn *conn, struct cw_action_in *a, uint8_t
}
}
cw_action_in_t * mlist[60];
/* Check for mandatory elements */
int n = cw_check_missing_mand(mlist,conn,a);