|
@@ -207,6 +207,7 @@ int receive_msg(char* buf, unsigned int len, struct receive_info* rcv_info)
|
|
if ((msg->via1==0) || (msg->via1->error!=PARSE_OK)){
|
|
if ((msg->via1==0) || (msg->via1->error!=PARSE_OK)){
|
|
/* no via, send back error ? */
|
|
/* no via, send back error ? */
|
|
LOG(L_ERR, "ERROR: receive_msg: no via found in reply\n");
|
|
LOG(L_ERR, "ERROR: receive_msg: no via found in reply\n");
|
|
|
|
+ sr_event_exec(SREV_CORE_STATS, (void*)6);
|
|
goto error02;
|
|
goto error02;
|
|
}
|
|
}
|
|
|
|
|