diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-27 22:58:20 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-27 22:58:20 +0100 |
commit | 85a131e8d8aa9fe3c2115e281569bed64a4200f1 (patch) | |
tree | f571efa75a0ab79569b6ea8877897f862f4d32b1 /src/journal/sd-journal.h | |
parent | 24b51289e3f61c2483bb61231f8c16b65cf101be (diff) |
journal: fix hash table lookup logic
Diffstat (limited to 'src/journal/sd-journal.h')
-rw-r--r-- | src/journal/sd-journal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/journal/sd-journal.h b/src/journal/sd-journal.h index 7e2ef15327..9872e9c29c 100644 --- a/src/journal/sd-journal.h +++ b/src/journal/sd-journal.h @@ -35,7 +35,6 @@ * - implement audit gateway * - extend hash tables table as we go * - accelerate looking for "all hostnames" and suchlike. - * - throttling * - cryptographic hash * - never access beyond fle size check * - OR of matches is borked... |