s3: remove POLICY_HND.
[samba.git] / source3 / utils / net_util.c
index 7fbfdbab44ffdf99d7a2dc893547c642bcaa38bd..c6b6ee9e809d0b35a063f5ab64ec97cdc84832d7 100644 (file)
@@ -29,7 +29,7 @@ NTSTATUS net_rpc_lookup_name(struct net_context *c,
                             enum lsa_SidType *ret_type)
 {
        struct rpc_pipe_client *lsa_pipe;
-       POLICY_HND pol;
+       struct policy_handle pol;
        NTSTATUS result = NT_STATUS_OK;
        const char **dom_names;
        DOM_SID *sids;