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;