mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-04-30 05:25:14 +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:
committed by
Boris Gjenero
parent
09d1302c4c
commit
e984e60b1f
@@ -530,6 +530,7 @@ mopProcessDL(FILE *fd, struct if_info *ii, const u_char *pkt, int *idx,
|
|||||||
break;
|
break;
|
||||||
case MOP_K_PGTY_MGNTFL:
|
case MOP_K_PGTY_MGNTFL:
|
||||||
suffix = ".M";
|
suffix = ".M";
|
||||||
|
break;
|
||||||
case MOP_K_PGTY_OPRSYS:
|
case MOP_K_PGTY_OPRSYS:
|
||||||
default:
|
default:
|
||||||
suffix = "";
|
suffix = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user