[7299] Implemented circular loop detection for pools in pools

As a result, the last relation that makes the loop is automatically removed.
An error message is displayed and core go on loading remaining records.

Signed-off-by: Neo2003 <neo.2003@hotmail.fr>
This commit is contained in:
Neo2003 2008-12-08 20:24:21 +01:00
parent 5da8bdf16e
commit 125bf4bfd6
3 changed files with 48 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7298"
#define REVISION_NR "7299"
#endif // __REVISION_NR_H__