diff options
author | Damien F. Katz <damien@apache.org> | 2008-12-18 21:43:34 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2008-12-18 21:43:34 +0000 |
commit | 2a6ad51f1acd4cae30a6e976d00444a1a6931702 (patch) | |
tree | 9f501a26ca689cf3b237a0cfe4966a768b008603 /etc/couchdb | |
parent | 6cc0a3fcaddb3094f8f0fcd5bd51b3e74e70d11c (diff) |
fix for crash of couch_server when database non-existant
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@727832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/local_dev.ini | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini index d1682d39..2d26b11f 100644 --- a/etc/couchdb/local_dev.ini +++ b/etc/couchdb/local_dev.ini @@ -17,43 +17,3 @@ level = error [update_notification] ;unique notifier name=/full/path/to/exe -with "cmd line arg" - - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar - -[test] -foo = bar |