From 6875b37baa4991b19edab20dc05f14ff18863e02 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 15 Sep 1999 17:12:55 +0000 Subject: use DEBUGLEVEL not DEBUGLVL() (This used to be commit f9f8aa72a502f075615402ea7d58a8c0e2ff0638) --- source3/rpc_client/cli_samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_client/cli_samr.c') diff --git a/source3/rpc_client/cli_samr.c b/source3/rpc_client/cli_samr.c index 389895fb58..57ee3d58c7 100644 --- a/source3/rpc_client/cli_samr.c +++ b/source3/rpc_client/cli_samr.c @@ -1728,7 +1728,7 @@ BOOL samr_open_domain(struct cli_state *cli, uint16 fnum, SAMR_Q_OPEN_DOMAIN q_o; BOOL valid_pol = False; - if (DEBUGLVL(4)) + if (DEBUGLEVEL >= 4) { sid_to_string(sid_str, sid); DEBUG(4,("SAMR Open Domain. SID:%s Permissions:%x\n", -- cgit