diff --git a/server/proxy/pf_channel.c b/server/proxy/pf_channel.c index fbb2a9cb2..264c512ae 100644 --- a/server/proxy/pf_channel.c +++ b/server/proxy/pf_channel.c @@ -105,7 +105,7 @@ PfChannelResult channelTracker_update(ChannelStateTracker* tracker, const BYTE* if (flags & CHANNEL_FLAG_FIRST) { if (!channelTracker_resetCurrentPacket(tracker)) - return FALSE; + return PF_CHANNEL_RESULT_ERROR; channelTracker_setCurrentPacketSize(tracker, totalSize); tracker->currentPacketReceived = 0; tracker->currentPacketFragments = 0;