From 7fcc15c8b3717942785fdf723d134cc6b751f9d1 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Tue, 13 Aug 2002 16:09:31 +0000 Subject: [PATCH] Trivial change for using tmcd on my home machine without stated running. --- tmcd/tmcd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmcd/tmcd.c b/tmcd/tmcd.c index 4b7d75fae..78dd2a11b 100644 --- a/tmcd/tmcd.c +++ b/tmcd/tmcd.c @@ -2481,6 +2481,10 @@ COMMAND_PROTOTYPE(dostate) info("%s\n", rdata); +#ifdef LBS + return 0; +#endif + /* * Dig out state that the node is reporting */ -- GitLab