forked from github/server
bugfix age borders
This commit is contained in:
parent
03a28c64af
commit
72f99f8b18
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ age_borders(void)
|
||||||
else ap=&a->next;
|
else ap=&a->next;
|
||||||
}
|
}
|
||||||
if (!b) continue; /* bei löschung bp nicht vorziehen */
|
if (!b) continue; /* bei löschung bp nicht vorziehen */
|
||||||
bp=&b->next;
|
bp=&b->nexthash;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue