Optimized.
FossilOrigin-Name: c176d2cf0a00b46d522b9fd9c67faa55d86eb9f22906575ceada52bdb54c6bd5
This commit is contained in:
parent
27e7bd12b0
commit
649bc144d1
@ -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)
|
int len,struct sockaddr *from)
|
||||||
{
|
{
|
||||||
|
|
||||||
cw_action_in_t * mlist[60];
|
|
||||||
|
|
||||||
/* Check if the message contains a result code and
|
/* Check if the message contains a result code and
|
||||||
if it indicates an errror */
|
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 */
|
/* Check for mandatory elements */
|
||||||
int n = cw_check_missing_mand(mlist,conn,a);
|
int n = cw_check_missing_mand(mlist,conn,a);
|
||||||
|
Loading…
Reference in New Issue
Block a user