From f6445d8f860fa8f771e6c8986b8eda6cc00c7793 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 12:26:52 +0200 Subject: s3-build: fix the build. Guenther --- source3/smbd/nttrans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/nttrans.c') diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index d0c0a30c56..6a6f620ee9 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -2478,7 +2478,7 @@ static void call_nt_transact_get_user_quota(connection_struct *conn, tmp_list=tmp_list->next,entry+=entry_len,qt_len+=entry_len) { sid_len = ndr_size_dom_sid( - &tmp_list->quotas->sid, NULL, 0); + &tmp_list->quotas->sid, 0); entry_len = 40 + sid_len; /* nextoffset entry 4 bytes */ -- cgit