mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
1f69f80dd6
(This used to be commit 4d50d35262
)
6 lines
247 B
Smarty
6 lines
247 B
Smarty
if ((MARSHALLING(ps) && il->@ELEM@) ||
|
|
ps->data_offset < ps->buffer_size) {
|
|
if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@)))) goto fail;
|
|
if (!io_@TYPE@("@ELEM@...", ps, depth+1, il->@ELEM@, @FLAGS@)) goto fail;
|
|
}
|