1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +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 libnet_smbconf_set_global_param(ctx,
"server string",
return libnet_smbconf_set_global_param("server string",
info1005->comment);
}