mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
WHATSNEW: Fix typo
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
04e3031192
commit
d3f5a01861
@ -239,7 +239,7 @@ talloc context (which must be guaranteed to be alive for the
|
||||
lifetime of the module). This allows modules to avoid use of
|
||||
the talloc_autofree_context() (which is inherently thread-unsafe)
|
||||
and still be valgrind-clean on exit. Modules that don't need to
|
||||
free long-lived data on exist should use the NULL talloc context.
|
||||
free long-lived data on exit should use the NULL talloc context.
|
||||
|
||||
Parameter changes
|
||||
-----------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user