diff options
author | Michael Adam <obnox@samba.org> | 2007-12-29 01:17:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-29 01:17:39 +0100 |
commit | 4b75bc63bb82f2322acdb013f1cfa9eb36419856 (patch) | |
tree | cb36f8a30b44f333c6d81ec17b877018d7ea035b /source3/libnet/libnet_conf.c | |
parent | dfa8d9356cea0dd6a1b013a72c3d68c026deb511 (diff) | |
download | samba-4b75bc63bb82f2322acdb013f1cfa9eb36419856.tar.gz samba-4b75bc63bb82f2322acdb013f1cfa9eb36419856.tar.bz2 samba-4b75bc63bb82f2322acdb013f1cfa9eb36419856.zip |
Rename format_value() to libnet_smbconf_format_registry_value().
Michael
(This used to be commit 95d5dd9bb0546181cd499e6deabff562166412e3)
Diffstat (limited to 'source3/libnet/libnet_conf.c')
-rw-r--r-- | source3/libnet/libnet_conf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index 5389d856b3..dfea724497 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -222,7 +222,8 @@ done: return werr; } -char *format_value(TALLOC_CTX *mem_ctx, struct registry_value *value) +char *libnet_smbconf_format_registry_value(TALLOC_CTX *mem_ctx, + struct registry_value *value) { char *result = NULL; @@ -362,6 +363,7 @@ WERROR libnet_smbconf_getparm(TALLOC_CTX *mem_ctx, { WERROR werr; struct registry_key *key = NULL; + struct registry_value *value = NULL; if (!libnet_smbconf_key_exists(service)) { werr = WERR_NO_SUCH_SERVICE; |