mirror of
https://github.com/samba-team/samba.git
synced 2025-05-28 21:05:48 +03:00
Add a comment header for libnet_smbconf_format_registry_value().
Michael (This used to be commit 80e73407ea326cc68cd8728845c7a1c0907e2201)
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…
x
Reference in New Issue
Block a user