Fix determining suffix from MOP program type

MOP_K_PGTY_MGNTFL should have had suffix ".M" but the switch
fell through to the default of ""
This commit is contained in:
David Brownlee 2020-10-28 16:16:53 +00:00 committed by Boris Gjenero
parent 09d1302c4c
commit e984e60b1f

View File

@ -530,6 +530,7 @@ mopProcessDL(FILE *fd, struct if_info *ii, const u_char *pkt, int *idx,
break;
case MOP_K_PGTY_MGNTFL:
suffix = ".M";
break;
case MOP_K_PGTY_OPRSYS:
default:
suffix = "";