]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Finished merge of trac3839 (removed unused exception variables) trac3911_base
authorFrancis Dupont <fdupont@isc.org>
Sat, 27 Jun 2015 11:08:39 +0000 (13:08 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 27 Jun 2015 11:08:39 +0000 (13:08 +0200)
1  2 
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/option4_client_fqdn.cc
src/lib/dhcp/option6_client_fqdn.cc
src/lib/dhcp_ddns/ncr_msg.cc
src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/parsers/dhcp_parsers.cc
src/lib/util/csv_file.cc

Simple merge
Simple merge
index 002875e625ed74416de62acc64c55bed08afd995,de2b18b31ebeee009eb10d322180a17a3bcadfbc..597a97f84ca32c4ef8048715569c540194a4e6e9
@@@ -249,8 -249,8 +249,8 @@@ Option6ClientFqdnImpl::parseWireData(Op
              isc::util::InputBuffer name_buf(&buf[0], buf.size());
              try {
                  domain_name_.reset(new isc::dns::Name(name_buf, true));
-             } catch (const Exception& ex) {
+             } catch (const Exception&) {
 -                isc_throw(InvalidOption6FqdnDomainName, "failed to parse"
 +                isc_throw(InvalidOption6FqdnDomainName, "failed to parse "
                            "partial domain-name from wire format");
              }
              // Terminating zero was missing, so set the domain-name type
                                              std::distance(first, last));
              try {
                  domain_name_.reset(new isc::dns::Name(name_buf, true));
-             } catch (const Exception& ex) {
+             } catch (const Exception&) {
 -                isc_throw(InvalidOption6FqdnDomainName, "failed to parse"
 +                isc_throw(InvalidOption6FqdnDomainName, "failed to parse "
                            "fully qualified domain-name from wire format");
              }
              // Set the domain-type to fully qualified domain name.
Simple merge
Simple merge
Simple merge