diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-07-08 09:16:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-07-08 09:16:45 +0000 |
commit | 64bfaa73c6f006f4a3f1187a8ae3399e47fe25fd (patch) | |
tree | 6e21aba5b43a2e98baa76fea1bbac410aeb2190e /usr.sbin/httpd | |
parent | 22c5346d7534a0a1b0eb14da9148fa9fcc611b08 (diff) |
oupsie, error in code we don't compile
found bu david
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_scache_dbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_scache_dbm.c b/usr.sbin/httpd/src/modules/ssl/ssl_scache_dbm.c index 26f4e297e40..96e4b92e6ee 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_scache_dbm.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_scache_dbm.c @@ -224,7 +224,7 @@ SSL_SESSION *ssl_scache_dbm_retrieve(server_rec *s, UCHAR *id, int idlen) /* and fetch it from the DBM file */ ssl_mutex_on(s); - ap_server_strip_chroot(mc->szSessionCacheDataFile); + ap_server_strip_chroot(mc->szSessionCacheDataFile, 0); if ((dbm = ssl_dbm_open(mc->szSessionCacheDataFile, O_RDONLY, SSL_DBM_FILE_MODE)) == NULL) { ssl_log(s, SSL_LOG_ERROR|SSL_ADD_ERRNO, |