mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Assertion added.
This commit is contained in:
parent
32c4eadcab
commit
403f0fde80
5
network/cache/mkmemcac.c
vendored
5
network/cache/mkmemcac.c
vendored
@ -2040,7 +2040,10 @@ void
|
||||
NET_InitMemCacProtocol(void)
|
||||
{
|
||||
static NET_ProtoImpl mem_cac_proto_impl;
|
||||
|
||||
#ifdef NU_CACHE
|
||||
PR_ASSERT(0);
|
||||
return;
|
||||
#endif
|
||||
mem_cac_proto_impl.init = net_MemoryCacheLoad;
|
||||
mem_cac_proto_impl.process = net_ProcessMemoryCache;
|
||||
mem_cac_proto_impl.interrupt = net_InterruptMemoryCache;
|
||||
|
Loading…
x
Reference in New Issue
Block a user