X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fstandard.c;h=93cb663e7c167835d2a2c7021b0278630257393b;hp=099e6cd0f96ddc55c0687752e3e7150e2c68a929;hb=f54a05e4b5bef7c5c90663765656a9084d622e82;hpb=72b9872d1025afa4e1db53b6bc0d4a00a5afd123 diff --git a/drl/standard.c b/drl/standard.c index 099e6cd..93cb663 100644 --- a/drl/standard.c +++ b/drl/standard.c @@ -169,7 +169,10 @@ void standard_table_remove(standard_flow_table table, standard_flow *flow) { } } - assert(current != NULL); + //assert(current != NULL); + if (current == NULL) { + printlog(LOG_WARN, "Flow %p disappeared?\n", current); + } } /* Remove the flow from the linked list. */