[yadifa-users] dnslg resolver_time_get() and resolver_retry_get()
Markus Kolb
markus.kolb+yadifa at tower-net.de
Wed Feb 25 20:54:37 CET 2015
Hi again,
in a strict environment I've a problem with the 2 functions without
defined return value.
Are these returns commented by accident or should I stay with my return
0 solution?
--- yadifa-2.0.4-4585/lib/dnslg/src/config-resolver.c.orig 2015-02-24
22:56:34.591796360 +0100
+++ yadifa-2.0.4-4585/lib/dnslg/src/config-resolver.c 2015-02-24
22:58:10.561596573 +0100
@@ -94,6 +94,7 @@
resolver_time_get()
{
// return config_resolver_settings.udp_time;
+ return 0;
}
@@ -108,6 +109,7 @@
resolver_retry_get()
{
// return config_resolver_settings.udp_retry;
+ return 0;
}
Thx
More information about the yadifa-users
mailing list