mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
dalloc: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
540899a2d9
commit
784b6a79b8
@ -103,7 +103,7 @@
|
||||
|
||||
nested = dalloc_get(d, "DALLOC_CTX", 2);
|
||||
|
||||
But you can fetch elements from the neseted DALLOC_CTX:
|
||||
But you can fetch elements from the nested DALLOC_CTX:
|
||||
|
||||
p = dalloc_get(d, "DALLOC_CTX", 2, "uint64_t", 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user