about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-04 11:07:14 -0800
committerEric Wong <normalperson@yhbt.net>2009-03-04 11:07:14 -0800
commitb9db429c2bac961f8ef040d3dc2061ab14a94a5b (patch)
tree9df7820f6da86af1e4ddb5e3d58c0ac0aaad2870
parent0372232d3e44aaf735d47996792eb46282fc209a (diff)
downloadunicorn-b9db429c2bac961f8ef040d3dc2061ab14a94a5b.tar.gz
This is a followup to 11172f9bdcc7c57c9ae857a8088e49527a953fa1
-rwxr-xr-xbin/unicorn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unicorn b/bin/unicorn
index de93985..3b467c9 100755
--- a/bin/unicorn
+++ b/bin/unicorn
@@ -145,7 +145,7 @@ end
 
 if listeners.empty?
   listener = "#{host}:#{port}"
-  listeners << listener if listener != Unicorn::Const::DEFAULT_LISTEN
+  listeners << listener
 end
 
 if $DEBUG