Changeset 967
- Timestamp:
- 01/31/2006 01:10:23 PM (3 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-merge-1.4.x/src/server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-merge-1.4.x/src/server.c
r908 r967 855 855 if (srv->srvconf.stat_cache_engine == STAT_CACHE_ENGINE_FAM) { 856 856 if (0 != FAMOpen2(srv->stat_cache->fam, "lighttpd")) { 857 log_error_write(srv, __FILE__, __LINE__, "s", 858 "could not open a fam connection, dieing."); 857 859 return -1; 858 860 }

