masqmail-0.2

diff src/deliver.c @ 12:9fb7ddbaf129

removed noop-code; some beautifying
author meillo@marmaro.de
date Wed, 29 Oct 2008 16:34:13 +0100
parents 26e34ae9a3e3
children f671821d8222
line diff
     1.1 --- a/src/deliver.c	Mon Oct 27 16:23:31 2008 +0100
     1.2 +++ b/src/deliver.c	Wed Oct 29 16:34:13 2008 +0100
     1.3 @@ -355,8 +355,7 @@
     1.4  		set_heloname(psb, route->helo_name ? route->helo_name : conf.host_name, route->do_correct_helo);
     1.5  
     1.6  #ifdef ENABLE_AUTH
     1.7 -		if ((route->auth_name) && (route->auth_login)
     1.8 -		    && (route->auth_secret))
     1.9 +		if ((route->auth_name) && (route->auth_login) && (route->auth_secret))
    1.10  			set_auth(psb, route->auth_name, route->auth_login, route->auth_secret);
    1.11  #endif
    1.12  		if (smtp_out_init(psb)) {