From 739fc83697ca447bb8c1e2b955cc15eaca43a961 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 7 May 2009 01:31:23 +0100 Subject: [PATCH] Again with cast to a string Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 1ea37fe5c..6b92a279a 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1298,7 +1298,7 @@ remote_smtp_smarthost: <%= out = "" if not nodeinfo['smarthost'].empty? - out += " port = " + nodeinfo['smarthost_port'] + "\n" + out += " port = " + nodeinfo['smarthost_port'].to_s + "\n" end if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" -- 2.20.1