mirror of https://github.com/BOINC/boinc.git
Fix SQL query of new messages
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@813 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
fb03f6a8d5
commit
4ab99d3414
|
@ -175,7 +175,7 @@ static int process_messages(void)
|
|||
DC_Workunit *wu;
|
||||
int done, ret;
|
||||
|
||||
query = g_strdup_printf("WHERE variety LIKE '%s\\_' AND handled = 0",
|
||||
query = g_strdup_printf("WHERE variety LIKE '%s\\_%%' AND handled = 0",
|
||||
project_uuid_str);
|
||||
buf = (char *)g_malloc(MAX_MESSAGE_SIZE);
|
||||
done = 0;
|
||||
|
|
Loading…
Reference in New Issue