mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Add a comment header for libnet_smbconf_format_registry_value().
Michael
(This used to be commit 80e73407ea
)
This commit is contained in:
parent
618b0efbbc
commit
b5b51b530f
@ -222,6 +222,13 @@ done:
|
||||
return werr;
|
||||
}
|
||||
|
||||
/**
|
||||
* format a registry_value into a string.
|
||||
*
|
||||
* This is intended to be used for smbconf registry values,
|
||||
* which are ar stored as REG_SZ values, so the incomplete
|
||||
* handling should be ok.
|
||||
*/
|
||||
char *libnet_smbconf_format_registry_value(TALLOC_CTX *mem_ctx,
|
||||
struct registry_value *value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user