From: Maxim Mamontov Date: Mon, 28 Nov 2011 14:48:16 +0000 (+0200) Subject: Paranoid Pdu clearing X-Git-Url: https://git.stg.codes/ssmd.git/commitdiff_plain/19b2c8a4cdc62abc4596e422865ad89a082fc3a1 Paranoid Pdu clearing --- 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; }