mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2350
This commit is contained in:
parent
a52433a250
commit
f865e51d73
|
@ -312,7 +312,7 @@ bool do_validate_scan(APP& app) {
|
||||||
char buf[256];
|
char buf[256];
|
||||||
bool found=false;
|
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)) {
|
while (!wu.enumerate(buf)) {
|
||||||
handle_wu(wu);
|
handle_wu(wu);
|
||||||
found = true;
|
found = true;
|
||||||
|
|
Loading…
Reference in New Issue