From 1798a0183a962342948bd9110435994d87853a8b Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 11 Jun 1999 09:23:00 +0000 Subject: * Fix a buglet in the session module * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals to {startup,shutdown}_session_globals, so that they're a bit less general names, and made them static. * Remove uselss variables --- ext/session/mod_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/session/mod_files.c') diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 88c2fb6a39..1ac35fea30 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -165,7 +165,7 @@ PS_WRITE_FUNC(files) return SUCCESS; } -PS_DELETE_FUNC(files) +PS_DESTROY_FUNC(files) { char buf[MAXPATHLEN]; PS_FILES_DATA; -- cgit v1.2.1