mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
d500cbb206
(This used to be commit 9c6f2d75d848a280f25f2377130953ecd824b7b1)
9 lines
280 B
Smarty
9 lines
280 B
Smarty
if ((@FLAGS@ & PARSE_SCALARS) &&
|
|
!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(il->@ARRAY_LEN@))) goto fail;
|
|
{
|
|
int i;
|
|
for (i=0;i<il->@ARRAY_LEN@;i++) {
|
|
if (!io_@TYPE@("@ELEM@...", ps, depth+1, &il->@ELEM@[i], @FLAGS@)) goto fail;
|
|
}
|
|
}
|