mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix last commit: C90 rejects declaration after code
This commit is contained in:
parent
19b8065922
commit
ef0163c198
1 changed files with 1 additions and 1 deletions
|
|
@ -256,8 +256,8 @@ unique_new_domain_uri ( unique_domain_uri **urip,
|
|||
}
|
||||
|
||||
if (url_desc->lud_filter) {
|
||||
uri->f = str2filter( url_desc->lud_filter );
|
||||
char *ptr;
|
||||
uri->f = str2filter( url_desc->lud_filter );
|
||||
if ( !uri->f ) {
|
||||
snprintf( c->cr_msg, sizeof( c->cr_msg ),
|
||||
"unique: bad filter");
|
||||
|
|
|
|||
Loading…
Reference in a new issue