From b5b51b530fedf2190f675adbc1ba6e333a86ac0d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 29 Dec 2007 02:18:44 +0100 Subject: Add a comment header for libnet_smbconf_format_registry_value(). Michael (This used to be commit 80e73407ea326cc68cd8728845c7a1c0907e2201) --- source3/libnet/libnet_conf.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index 3335c37299..6603de0199 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -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) { -- cgit