From f865e51d7334c5db6ddd26a283c5176be1c42e7d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 23 Sep 2003 06:08:57 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2350 --- sched/validate.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/validate.C b/sched/validate.C index 74c62f50ff..0fcd485a74 100644 --- a/sched/validate.C +++ b/sched/validate.C @@ -312,7 +312,7 @@ bool do_validate_scan(APP& app) { char buf[256]; bool found=false; - sprintf(buf, "where appid=%d and need_validate<>0", app.id); + sprintf(buf, "where appid=%d and need_validate > 0", app.id); while (!wu.enumerate(buf)) { handle_wu(wu); found = true;