ip/cifsd: dont add pointless logging (already logged when debug is active)

This commit is contained in:
cinap_lenrek 2023-12-18 18:03:37 +00:00
parent 0e96985e12
commit 2c8181eed7

View file

@ -1761,7 +1761,6 @@ struct {
void
smbcmd(Req *r, int cmd, uchar *h, uchar *p, uchar *e)
{
logit("processing [%.2x] command", cmd);
if((cmd >= nelem(optab)) || (optab[cmd].fun == nil)){
logit("[%.2x] command not implemented", cmd);
r->respond(r, STATUS_NOT_SUPPORTED);