mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
1f69f80dd6
(This used to be commit 4d50d3526249276e1d2eb039cb57011e7cdae867)
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;
|
|
}
|