Fix fprintf fmt bug

This commit is contained in:
Kurt Zeilenga 2002-06-06 02:25:24 +00:00
parent b46835ea4c
commit 6dab020308
2 changed files with 4 additions and 4 deletions

View File

@ -1310,7 +1310,7 @@ print_acl( Backend *be, AccessControl *a )
if ( ! first ) {
fprintf( stderr, "," );
}
fprintf( stderr, a->acl_attrs[i] );
fputs( a->acl_attrs[i], stderr );
first = 0;
}
fprintf( stderr, "\n" );

View File

@ -46,8 +46,8 @@ attributetype ( 2.5.18.4 NAME 'modifiersName'
attributetype ( 2.5.18.10 NAME 'subschemaSubentry'
EQUALITY distinguishedNameMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION
SINGLE-VALUE USAGE directoryOperation )
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
attributetype ( 2.5.21.1 NAME 'dITStructureRules'
EQUALITY integerFirstComponentMatch
@ -82,7 +82,7 @@ attributetype ( 2.5.21.9 NAME 'structuralObjectClass'
DESC 'X.500(93) structural object class'
EQUALITY objectIdentifierMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
NO-USER-MODIFICATION SINGLE-VALUE USAGE directoryOperation )
SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
# LDAP Operational Attributes from RFC2252
attributetype ( 1.3.6.1.4.1.1466.101.120.5 NAME 'namingContexts'