commit | 4a315b366b322c9cbcd83f2483abda59d31a88ce | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Nov 24 14:32:19 2018 -0500 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Nov 24 20:24:32 2018 -0500 |
tree | 4bae0f1215cd50c76f04398669b7102cee74b155 | |
parent | 9edaf26034db6642ffceb73f336a1c295d9370b1 [diff] [blame] |
Fix build with current ndn-cxx and update CI scripts Change-Id: I766c4679456561d6d7335889b8b9974dc7b94aa6
diff --git a/src/daemon/rrset-factory.cpp b/src/daemon/rrset-factory.cpp index d4a0d87..710a513 100644 --- a/src/daemon/rrset-factory.cpp +++ b/src/daemon/rrset-factory.cpp
@@ -108,7 +108,7 @@ try { CertHelper::getCertificate(m_keyChain, identity, certName); return true; - } catch (ndn::security::Pib::Error) { + } catch (const ndn::security::Pib::Error&) { return false; } }