2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00

[5449] Extra fixes

This commit is contained in:
Francis Dupont
2018-05-31 18:22:05 +02:00
parent 222bf8e955
commit ba30f1b4bc
3 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -765,7 +765,7 @@ Dhcpv4Srv::run_one() {
// we were interrupted. And we don't want to print a message every
// second.
} catch (const SignalInterruptOnSelect) {
} catch (const SignalInterruptOnSelect&) {
// Packet reception interrupted because a signal has been received.
// This is not an error because we might have received a SIGTERM,
// SIGINT, SIGHUP or SIGCHLD which are handled by the server. For