summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 759b3c5)
raw | patch | inline | side by side (parent: 759b3c5)
author | Tim Laszlo <Tim.Laszlo@magnetar.com> | |
Fri, 20 Jun 2014 13:37:19 +0000 (08:37 -0500) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Fri, 10 Apr 2015 11:41:18 +0000 (13:41 +0200) |
src/network.c | patch | blob | history |
diff --git a/src/network.c b/src/network.c
index a2221e5b4661f8f5410cf2e701896ecbbd0b24a3..9c9e83cccfc740a63a79d34a085e54cc146cf0bd 100644 (file)
--- a/src/network.c
+++ b/src/network.c
tmp = (int) ci->values[0].value.number;
if ((tmp > 0) && (tmp <= 255))
network_config_ttl = tmp;
+ else {
+ WARNING ("network plugin: The `TimeToLive' must be between 1 and 255.");
+ return (-1);
+ }
return (0);
} /* }}} int network_config_set_ttl */