Fix the build
authorVolker Lendecke <vl@samba.org>
Tue, 25 Dec 2007 10:34:10 +0000 (11:34 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 25 Dec 2007 10:38:26 +0000 (11:38 +0100)
(This used to be commit 72dc71710813ea9f1d8864c4401fef25a25577bd)

source3/lib/netapi/serverinfo.c

index 276a98c15e47074707ac28c011cbbd26926b6cca..27c7c4b2fce3a80ac205677ec8db51047ac24ca2 100644 (file)
@@ -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);
 }