mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-30 02:19:26 -05:00
Fix typo in glue_back_select
This commit is contained in:
parent
efe8ac1bf9
commit
74377c9620
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ glue_back_select (
|
|||
return gi->n[i].be;
|
||||
}
|
||||
}
|
||||
return be;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* This function will only be called in tool mode */
|
||||
|
|
|
|||
Loading…
Reference in a new issue