mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
check for global level setting
This commit is contained in:
parent
3281138bcf
commit
eade718809
@ -65,6 +65,9 @@ int lutil_mnem2level( char *level )
|
|||||||
static void addSubsys( const char *subsys, int level )
|
static void addSubsys( const char *subsys, int level )
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
|
if ( !strcasecmp( subsys, "global") ) global_level = level;
|
||||||
|
|
||||||
for( i = 0; i < numLevels; i++ )
|
for( i = 0; i < numLevels; i++ )
|
||||||
{
|
{
|
||||||
if ( levelArray[i] == NULL )
|
if ( levelArray[i] == NULL )
|
||||||
|
Loading…
Reference in New Issue
Block a user