summaryrefslogtreecommitdiffstats
path: root/source/lib/netapi
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-03 14:15:05 +0100
committerMichael Adam <obnox@samba.org>2008-01-03 14:17:49 +0100
commita559533c0c8a80f3f4078bbc2675de395359485f (patch)
tree31d3ce9973542fd75cbf1774bc4ba8299e39d854 /source/lib/netapi
parent073eeca51e46da6a687175aadbfdbb9e029532d6 (diff)
downloadsamba-a559533c0c8a80f3f4078bbc2675de395359485f.tar.gz
samba-a559533c0c8a80f3f4078bbc2675de395359485f.tar.xz
samba-a559533c0c8a80f3f4078bbc2675de395359485f.zip
Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().
Now all functions are converted to the consistent naming scheme. Michael
Diffstat (limited to 'source/lib/netapi')
-rw-r--r--source/lib/netapi/serverinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/netapi/serverinfo.c b/source/lib/netapi/serverinfo.c
index 27c7c4b2fce..0e356e0ee7c 100644
--- a/source/lib/netapi/serverinfo.c
+++ b/source/lib/netapi/serverinfo.c
@@ -167,8 +167,8 @@ static WERROR NetServerSetInfoLocal_1005(struct libnetapi_ctx *ctx,
return WERR_NOT_SUPPORTED;
}
- return libnet_smbconf_set_global_param("server string",
- info1005->comment);
+ return libnet_conf_set_global_parameter("server string",
+ info1005->comment);
}
static WERROR NetServerSetInfoLocal(struct libnetapi_ctx *ctx,