whoops typo;

pull/121/head
Bryan Biedenkapp 2 months ago
parent ec3c027e97
commit 7981a0a517

@ -481,7 +481,7 @@ void PeerNetwork::userPacketHandler(uint32_t peerId, FrameQueue::OpcodePair opco
/* User overrideable handler that allows user code to process NAKs received from the master. */ /* User overrideable handler that allows user code to process NAKs received from the master. */
bool Network::userNakHandler(uint32_t peerId, uint16_t reason, const frame::RTPFNEHeader& fneHeader, const frame::RTPHeader& rtpHeader) bool PeerNetwork::userNakHandler(uint32_t peerId, uint16_t reason, const frame::RTPFNEHeader& fneHeader, const frame::RTPHeader& rtpHeader)
{ {
switch (reason) { switch (reason) {
case NET_CONN_NAK_FNE_UNAUTHORIZED: case NET_CONN_NAK_FNE_UNAUTHORIZED:

Loading…
Cancel
Save

Powered by TurnKey Linux.