Fossil SCM

Remove accidentally included line of code.

ben 2011-05-29 12:53 ben-security
Commit 0bed863b697c95870eef54199061af7fc53961f7
1 file changed -1
--- src/clone.c
+++ src/clone.c
@@ -47,11 +47,10 @@
4747
const char *zDefaultUser; /* Optional name of the default user */
4848
int nErr = 0;
4949
int bPrivate; /* Also clone private branches */
5050
5151
bPrivate = find_option("private",0,0)!=0;
52
- find_option("ssl-identity",0,1);
5352
url_proxy_options();
5453
if( g.argc < 4 ){
5554
usage("?OPTIONS? FILE-OR-URL NEW-REPOSITORY");
5655
}
5756
db_open_config(0);
5857
--- src/clone.c
+++ src/clone.c
@@ -47,11 +47,10 @@
47 const char *zDefaultUser; /* Optional name of the default user */
48 int nErr = 0;
49 int bPrivate; /* Also clone private branches */
50
51 bPrivate = find_option("private",0,0)!=0;
52 find_option("ssl-identity",0,1);
53 url_proxy_options();
54 if( g.argc < 4 ){
55 usage("?OPTIONS? FILE-OR-URL NEW-REPOSITORY");
56 }
57 db_open_config(0);
58
--- src/clone.c
+++ src/clone.c
@@ -47,11 +47,10 @@
47 const char *zDefaultUser; /* Optional name of the default user */
48 int nErr = 0;
49 int bPrivate; /* Also clone private branches */
50
51 bPrivate = find_option("private",0,0)!=0;
 
52 url_proxy_options();
53 if( g.argc < 4 ){
54 usage("?OPTIONS? FILE-OR-URL NEW-REPOSITORY");
55 }
56 db_open_config(0);
57

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button