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 wrap: on
line diff
--- a/src/deliver.c	Mon Oct 27 16:23:31 2008 +0100
+++ b/src/deliver.c	Wed Oct 29 16:34:13 2008 +0100
@@ -355,8 +355,7 @@
 		set_heloname(psb, route->helo_name ? route->helo_name : conf.host_name, route->do_correct_helo);
 
 #ifdef ENABLE_AUTH
-		if ((route->auth_name) && (route->auth_login)
-		    && (route->auth_secret))
+		if ((route->auth_name) && (route->auth_login) && (route->auth_secret))
 			set_auth(psb, route->auth_name, route->auth_login, route->auth_secret);
 #endif
 		if (smtp_out_init(psb)) {