mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-11 23:43:12 +00:00
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:
parent
09d1302c4c
commit
e984e60b1f
@ -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 = "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user