[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Bug Report: pareto.cc



This applies to 2000/10/13 version of pareto.cc (with use-rng command
added). The variable "rng_" has to be initialized to 0 (otherwise 
null pointer will happen).

Here's the patch:

line 94 (in function POO_Traffic::POO_Traffic()) add:
rng_ = NULL;

That will do it.

Cheers.


Jisook