s4/test: change prototype for test_opendomain()
[kamenim/samba.git] / source4 / torture / libnet / utils.c
index 27dae51194a0d02392ff09bc14a9bd7def1c3319..0bd8a7c0dca5f0192acbf11c4c7df159578fce41 100644 (file)
  * @param _dom_sid [out] If NULL, Domain SID won't be returned
  * @return
  */
-bool test_opendomain(struct torture_context *tctx,
+bool test_domain_open(struct torture_context *tctx,
                     struct dcerpc_binding_handle *b,
+                    struct lsa_String *domname,
                     TALLOC_CTX *mem_ctx,
                     struct policy_handle *_domain_handle,
-                    struct lsa_String *domname,
                     struct dom_sid2 *_dom_sid)
 {
        struct policy_handle connect_handle;