summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-06-15 22:52:45 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-06-20 15:32:38 +1000
commita7dc715a834b3d1d2c5eb3e521ccd10b9ba0ed3a (patch)
treed3daaeb34e5ba77f9407aadb274a25e3bfcb0f07
parent257104e58b2e5ea59db0daf0a9f68a4f28610014 (diff)
downloadmongo-a7dc715a834b3d1d2c5eb3e521ccd10b9ba0ed3a.tar.gz
src/conn/conn_api.c:375:22: error: variable 'conn' set but not used.
Conflicts: src/conn/conn_api.c
-rw-r--r--src/conn/conn_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn/conn_api.c b/src/conn/conn_api.c
index 4d1b2f24d8e..1e7b8d377d1 100644
--- a/src/conn/conn_api.c
+++ b/src/conn/conn_api.c
@@ -564,7 +564,7 @@ __conn_home(WT_CONNECTION_IMPL *conn, const char *home, const char **cfg)
"WIREDTIGER_HOME environment variable set but process "
"lacks privileges to use that environment variable");
-copy: return (__wt_strdup(session, home, &conn->home));
+copy: return (__wt_strdup(session, home, &S2C(session)->home));
}
/*