Fix debug message merge.
authorJeremy Allison <jra@samba.org>
Tue, 3 Jun 2003 07:21:09 +0000 (07:21 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 3 Jun 2003 07:21:09 +0000 (07:21 +0000)
Jeremy.

source/rpc_parse/parse_lsa.c

index 0b45c0baf37ae29788bdc6c98456c7645a3e81d0..f620845d3b3ec7ff0ba072d06c21d093b6f88df0 100644 (file)
@@ -922,7 +922,7 @@ void init_q_lookup_sids(TALLOC_CTX *mem_ctx, LSA_Q_LOOKUP_SIDS *q_l,
                        POLICY_HND *hnd, int num_sids, DOM_SID *sids,
                        uint16 level)
 {
-       DEBUG(5, ("init_r_enum_trust_dom\n"));
+       DEBUG(5, ("init_q_lookup_sids\n"));
 
        ZERO_STRUCTP(q_l);