From: Howard Chu Date: Thu, 6 Jun 2002 05:50:50 +0000 (+0000) Subject: Import ITS#1022 NULL domainpart from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_0_24~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9405e9a4fda410da6e229bf82ccc30e0f0dee9f2;p=thirdparty%2Fopenldap.git Import ITS#1022 NULL domainpart from HEAD --- diff --git a/clients/maildap/main.c b/clients/maildap/main.c index f6a6468d1b..2a8fa25eaf 100644 --- a/clients/maildap/main.c +++ b/clients/maildap/main.c @@ -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,