1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/librpc/ndr
Günther Deschner c94f1c16bd s3-libndr: make sure ndr_pull_string_array() only inspects string termination flags.
Otherwise the NOTERM case is not reachable for ascii strings (only utf16).

With this patch we now can have:
[flag(STR_ASCII|STR_NOTERM|NDR_REMAINING)] string_array array_name;

Guenther
2010-05-14 13:20:40 +02:00
..
ndr_string.c s3-libndr: make sure ndr_pull_string_array() only inspects string termination flags. 2010-05-14 13:20:40 +02:00
sid.c s3: Fix some nonempty blank lines 2010-01-23 14:35:37 +01:00
util.c s3-libndr: fix build warning. 2009-09-25 11:46:51 +02:00