mbox

functions.ipv6: Fix doubble square bracket when calling assert

Message ID 1445189817-7978-1-git-send-email-stefan.schantl@ipfire.org
State Dropped
Headers

Message

Stefan Schantl Oct. 19, 2015, 4:36 a.m. UTC
  The assert check does not proper work when using doubble square backets,
so the check fails for some unknown reasons. Removing one bracket will allow
to successfully perform the assert check again.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 src/functions/functions.ipv6 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)