On 29.09.20 18:22, Michael Jones wrote:
Signed-off-by: Michael Jones <m...@meshplusplus.com>
---
  watchdog.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/watchdog.c b/watchdog.c
index 20830c3..ac5b656 100644
--- a/watchdog.c
+++ b/watchdog.c
@@ -49,11 +49,11 @@ static void watchdog_timeout_cb(struct uloop_timeout *t)
 static int watchdog_open(bool cloexec)
  {
-    char *env = getenv("WDTFD");
-
      if (wdt_fd >= 0)
          return wdt_fd;
+    char *env = getenv("WDTFD");
+
      if (env) {
          DEBUG(2, "Watchdog handover: fd=%s\n", env);
          wdt_fd = atoi(env);

this breaks c99 compliance

    John


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to