Skip to content

Commit 846093b

Browse files
committed
Udp: bugfix: re-added missing default label
1 parent 1aa76a8 commit 846093b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/inet/transportlayer/udp

src/inet/transportlayer/udp/Udp.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ void Udp::handleUpperCommand(cMessage *msg)
261261
setMulticastSourceFilter(sd, ie, cmd->getMulticastAddr(), cmd->getFilterMode(), sourceList);
262262
break;
263263
}
264+
default:
264265
throw cRuntimeError("Unknown subclass of UdpSetOptionCommand received from app: code=%d, name=%s", ctrl->getOptionCode(), ctrl->getClassName());
265266
}
266267
break;

0 commit comments

Comments
 (0)