mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
ITS#9077 Let the loop finish
This commit is contained in:
parent
63c82c0ed7
commit
81025cc8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ unique_new_domain ( unique_domain **domainp,
|
|||
|
||||
for ( url_desc = url_descs;
|
||||
url_desc;
|
||||
url_desc = url_descs->lud_next ) {
|
||||
url_desc = url_desc->lud_next ) {
|
||||
rc = unique_new_domain_uri ( &domain->uri,
|
||||
url_desc,
|
||||
c );
|
||||
|
|
|
|||
Loading…
Reference in a new issue