mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
Backout extraneous changes made by last commit.
This commit is contained in:
parent
033bba4ed4
commit
959f370e57
1 changed files with 0 additions and 2 deletions
|
|
@ -40,7 +40,6 @@ ldap_init_getfilter( char *fname )
|
|||
int eof;
|
||||
LDAPFiltDesc *lfdp;
|
||||
|
||||
|
||||
if (( fp = fopen( fname, "r" )) == NULL ) {
|
||||
return( NULL );
|
||||
}
|
||||
|
|
@ -90,7 +89,6 @@ ldap_init_getfilter_buf( char *buf, long buflen )
|
|||
int rc;
|
||||
regex_t re;
|
||||
|
||||
|
||||
if (( lfdp = (LDAPFiltDesc *)calloc( 1, sizeof( LDAPFiltDesc))) == NULL ) {
|
||||
return( NULL );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue