1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-10 04:23:50 +03:00

Fix the build

This commit is contained in:
Volker Lendecke
2007-12-25 11:34:10 +01:00
parent be985d8d0c
commit 72dc717108

View File

@@ -167,8 +167,7 @@ static WERROR NetServerSetInfoLocal_1005(struct libnetapi_ctx *ctx,
return WERR_NOT_SUPPORTED; return WERR_NOT_SUPPORTED;
} }
return libnet_smbconf_set_global_param(ctx, return libnet_smbconf_set_global_param("server string",
"server string",
info1005->comment); info1005->comment);
} }