Skip to content

Commit d2dd15c

Browse files
authored
Merge pull request #78 from mplegendre/devel
Fix config error when turning on shmcache
2 parents d04dae7 + a9b18e9 commit d2dd15c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fe/startup/config_mgr.cc

+1
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ bool ConfigMap::toSpindleArgs(spindle_args_t &args, bool alloc_strs) const
837837
break;
838838
case confShmcacheSize:
839839
args.shm_cache_size = (unsigned int) numresult;
840+
setopt(args.opts, OPT_SHMCACHE, (numresult != 0));
840841
break;
841842
case confDebug:
842843
setopt(args.opts, OPT_DEBUG, boolresult);

0 commit comments

Comments
 (0)