From 19b2c8a4cdc62abc4596e422865ad89a082fc3a1 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 28 Nov 2011 16:48:16 +0200 Subject: [PATCH] Paranoid Pdu clearing --- src/switch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch.cpp b/src/switch.cpp index f189ba6..1fb0d66 100644 --- a/src/switch.cpp +++ b/src/switch.cpp @@ -244,6 +244,7 @@ bool Switch::createACLs(const CTarget & target) return false; } } + pdu.clear(); _aclsCreated = true; ++pos; } -- 2.43.2