From 7cbf6068b8214a89b75e3aa26bdb10d22e97ab90 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Sun, 20 Apr 2008 22:27:11 +0000 Subject: Change uuid generaion to rely on crypto. Started crypto and inets application in startscript, and also couch_server_up. Fix for regression caused by accidental check-in of disabled etags. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@649988 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_rep.erl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/couchdb/couch_rep.erl') diff --git a/src/couchdb/couch_rep.erl b/src/couchdb/couch_rep.erl index df0a4da1..bead047c 100644 --- a/src/couchdb/couch_rep.erl +++ b/src/couchdb/couch_rep.erl @@ -155,14 +155,6 @@ do_http_request(Url, Action, JsonBody) -> ?LOG_DEBUG("\tAction: ~p", [Action]), ?LOG_DEBUG("\tUrl: ~p", [Url]), - % ensure that the inets application is running - case application:start(inets) of - ok -> - ok; - {error, {already_started, inets}} -> - ok - end, - Request = case JsonBody of [] -> -- cgit v1.2.3