We don't need preload_restart() here

This commit is contained in:
Dmitry Stogov 2018-11-02 14:54:44 +03:00
parent 0bd17bd438
commit 9b0a53ed1c

View file

@ -3895,7 +3895,6 @@ static int accel_finish_startup(void)
if (ZCSG(preload_script)) { if (ZCSG(preload_script)) {
/* Preloading was done in another process */ /* Preloading was done in another process */
preload_load(); preload_load();
preload_restart();
zend_shared_alloc_unlock(); zend_shared_alloc_unlock();
return SUCCESS; return SUCCESS;
} }