From b8268cf7b0264ea28f684cbdfbf462e68a018d83 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 10 May 2010 00:42:06 +0200 Subject: s3: Remove use of iconv_convenience. --- source3/lib/sharesec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/sharesec.c') diff --git a/source3/lib/sharesec.c b/source3/lib/sharesec.c index eef5f39fc09..a1a543e6a10 100644 --- a/source3/lib/sharesec.c +++ b/source3/lib/sharesec.c @@ -303,7 +303,7 @@ SEC_DESC *get_share_security( TALLOC_CTX *ctx, const char *servicename, } if (psd) { - *psize = ndr_size_security_descriptor(psd, NULL, 0); + *psize = ndr_size_security_descriptor(psd, 0); } else { return get_share_security_default(ctx, psize, GENERIC_ALL_ACCESS); -- cgit v1.2.1