From b4d35bee38a4cfd0eba26956dde2c5bb23cdb1c3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 18 Mar 2012 17:44:24 +0100 Subject: libndr: Rename policy_handle_empty to ndr_policy_handle_empty. This makes the NDR namespace a bit clearer, in preparation of ABI checking. --- source4/rpc_server/handles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/rpc_server') diff --git a/source4/rpc_server/handles.c b/source4/rpc_server/handles.c index e70510c875..be9f16ce73 100644 --- a/source4/rpc_server/handles.c +++ b/source4/rpc_server/handles.c @@ -82,7 +82,7 @@ _PUBLIC_ struct dcesrv_handle *dcesrv_handle_fetch( sid = &context->conn->auth_state.session_info->security_token->sids[PRIMARY_USER_SID_INDEX]; - if (policy_handle_empty(p)) { + if (ndr_policy_handle_empty(p)) { /* TODO: we should probably return a NULL handle here */ return dcesrv_handle_new(context, handle_type); } -- cgit