diff options
Diffstat (limited to 'usr/src/lib/libldap5/sources/ldap/common/disptmpl.c')
-rw-r--r-- | usr/src/lib/libldap5/sources/ldap/common/disptmpl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libldap5/sources/ldap/common/disptmpl.c b/usr/src/lib/libldap5/sources/ldap/common/disptmpl.c index 216f93af03..7e97b33dee 100644 --- a/usr/src/lib/libldap5/sources/ldap/common/disptmpl.c +++ b/usr/src/lib/libldap5/sources/ldap/common/disptmpl.c @@ -1,5 +1,5 @@ /* - * Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -112,7 +112,7 @@ ldap_init_templates( char *file, struct ldap_disptmpl **tmpllistp ) *tmpllistp = NULLDISPTMPL; - if (( fp = fopen( file, "r" )) == NULL ) { + if (( fp = fopen( file, "rF" )) == NULL ) { return( LDAP_TMPL_ERR_FILE ); } |