mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
Fix no domainpart bug
This commit is contained in:
parent
4edc93c807
commit
c0ce193879
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ main ( int argc, char **argv )
|
|||
free( localpart );
|
||||
free( domainpart );
|
||||
} else {
|
||||
sprintf( address, "%s@%s", localpart, domainpart );
|
||||
sprintf( address, "%s", localpart );
|
||||
free( localpart );
|
||||
}
|
||||
do_address( address, &tolist, &numto, &togroups, &ngroups,
|
||||
|
|
|
|||
Loading…
Reference in a new issue