re: [2/3] ntdll: While requesting TokenGroups calculate required user buffer size in server
Doesn't build here: reply->user_len = FIELD_OFFSET( TOKEN_GROUPS, Groups[group_count] ) + sid_size); token.c: In function ‘req_get_token_groups’: token.c:1319:87: error: expected ‘;’ before ‘)’ token token.c:1319:87: error: expected statement before ‘)’ token http://buildbot.kegel.com/builders/runtests/builds/110
On 8/21/2011 22:36, Dan Kegel wrote:
Doesn't build here: reply->user_len = FIELD_OFFSET( TOKEN_GROUPS, Groups[group_count] ) + sid_size); token.c: In function ‘req_get_token_groups’: token.c:1319:87: error: expected ‘;’ before ‘)’ token token.c:1319:87: error: expected statement before ‘)’ token
http://buildbot.kegel.com/builders/runtests/builds/110 Right, not sure how it happened. Thanks.
By the way, am I right your plan is to do automated Linux tests runs with this build system?
On Sun, Aug 21, 2011 at 1:48 PM, Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
token.c:1319:87: error: expected ‘;’ before ‘)’ token token.c:1319:87: error: expected statement before ‘)’ token
Right, not sure how it happened. Thanks.
By the way, am I right your plan is to do automated Linux tests runs with this build system?
That's for starters. Once that's stable, I'd like to add valgrind test runs and Mac OS X test runs, too. - Dan
participants (2)
-
Dan Kegel -
Nikolay Sivov