Use separate make variables for libutil and libcrypto.
[samba.git] / source3 / registry / reg_perfcount.c
index ddff7aa24d0fab3ed4c772c42f35424e96828f08..eda44ace19a21c81eb0e484b3adef3f119a416ac 100644 (file)
@@ -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;