]> git.sur5r.net Git - openldap/commitdiff
Fix no domainpart bug
authorKurt Zeilenga <kurt@openldap.org>
Sat, 9 Jun 2001 20:47:19 +0000 (20:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 9 Jun 2001 20:47:19 +0000 (20:47 +0000)
clients/maildap/main.c

index 6233497d45217a87ad3b8c961b06e177f302c3c7..9a501d8408793d6b500fc3d27a7aff0d5d28aef1 100644 (file)
@@ -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,