summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/serverinfo.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-25 11:34:10 +0100
committerVolker Lendecke <vl@samba.org>2007-12-25 11:38:26 +0100
commit921d8782ccb92d2c9a394bb2d281d3762d75dde6 (patch)
tree74196a6a964c7af904425a62cda14a941b1558f7 /source3/lib/netapi/serverinfo.c
parenta107e8421d8571d529be3cf1b7d4e0b8bde2cca9 (diff)
downloadsamba-921d8782ccb92d2c9a394bb2d281d3762d75dde6.tar.gz
samba-921d8782ccb92d2c9a394bb2d281d3762d75dde6.tar.bz2
samba-921d8782ccb92d2c9a394bb2d281d3762d75dde6.zip
Fix the build
(This used to be commit 72dc71710813ea9f1d8864c4401fef25a25577bd)
Diffstat (limited to 'source3/lib/netapi/serverinfo.c')
-rw-r--r--source3/lib/netapi/serverinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/lib/netapi/serverinfo.c b/source3/lib/netapi/serverinfo.c
index 276a98c15e..27c7c4b2fc 100644
--- a/source3/lib/netapi/serverinfo.c
+++ b/source3/lib/netapi/serverinfo.c
@@ -167,8 +167,7 @@ static WERROR NetServerSetInfoLocal_1005(struct libnetapi_ctx *ctx,
return WERR_NOT_SUPPORTED;
}
- return libnet_smbconf_set_global_param(ctx,
- "server string",
+ return libnet_smbconf_set_global_param("server string",
info1005->comment);
}