From 2d89b52be8104261aa8f028f49210f016cbf4742 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Oct 2008 12:48:19 +0200 Subject: Use separate make variables for libutil and libcrypto. --- source3/registry/reg_perfcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/registry') diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index ddff7aa24d..eda44ace19 100644 --- a/source3/registry/reg_perfcount.c +++ b/source3/registry/reg_perfcount.c @@ -63,7 +63,7 @@ void perfcount_init_keys( void ) /* no registry keys; just create the perfmon directory */ - if ( !directory_exist( p, NULL ) ) + if ( !directory_exist( p ) ) mkdir( p, 0755 ); return; -- cgit