summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-04-03 19:09:08 +0000
committerJan Lehnardt <jan@apache.org>2008-04-03 19:09:08 +0000
commit88627dd6d98acd1a6700994037f4da1362dbcb3e (patch)
tree42db20f8c56a3f92568109aa3b212de3c8f1c515 /src
parent042de2f5aeea9fb5be6768df934d61ba26985d5c (diff)
merge from mochiweb branch: fix copy and paste error to allow startup of FulltextQueryServer
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@644444 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/couchdb/couch_server_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl
index 8b9889e7..3c9b92f6 100644
--- a/src/couchdb/couch_server_sup.erl
+++ b/src/couchdb/couch_server_sup.erl
@@ -136,7 +136,7 @@ start_server(InputIniFilename) ->
permanent,
1000,
supervisor,
- [httpd]}]
+ [couch_ft_query]}]
end,
io:format("couch ~s (LogLevel=~s)~n", [couch_server:get_version(), LogLevel]),