mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix typo suggested by Heiko W.Rupp in ITS#63
This commit is contained in:
parent
bbc2dfa105
commit
c61114a4ff
@ -122,7 +122,7 @@ ldap_init_getfilter_buf( char *buf, long buflen )
|
||||
char error[512];
|
||||
regerror(rc, &re, error, sizeof(error));
|
||||
ldap_getfilter_free( lfdp );
|
||||
fprintf( stderr, "bad regular expresssion %s, %s\n",
|
||||
fprintf( stderr, "bad regular expression %s, %s\n",
|
||||
nextflp->lfl_pattern, error );
|
||||
errno = EINVAL;
|
||||
#endif /* LDAP_LIBUI */
|
||||
|
Loading…
Reference in New Issue
Block a user