Ignore invalid function codes sent to other servers
This commit is contained in:
parent
a1705c0dff
commit
c81ad17305
@ -1878,6 +1878,7 @@ static nmbs_error handle_req_fc(nmbs_t* nmbs) {
|
|||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
flush(nmbs);
|
flush(nmbs);
|
||||||
|
if (!nmbs->msg.ignored && !nmbs->msg.broadcast)
|
||||||
err = send_exception_msg(nmbs, NMBS_EXCEPTION_ILLEGAL_FUNCTION);
|
err = send_exception_msg(nmbs, NMBS_EXCEPTION_ILLEGAL_FUNCTION);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user