forked from lix-project/lix
* Update some comments.
This commit is contained in:
parent
542fc69062
commit
d7ca6f44eb
|
@ -1715,7 +1715,7 @@ void DerivationGoal::startBuilder()
|
||||||
case 0:
|
case 0:
|
||||||
|
|
||||||
/* Warning: in the child we should absolutely not make any
|
/* Warning: in the child we should absolutely not make any
|
||||||
Berkeley DB calls! */
|
SQLite calls! */
|
||||||
|
|
||||||
try { /* child */
|
try { /* child */
|
||||||
|
|
||||||
|
|
|
@ -712,9 +712,8 @@ static void daemonLoop()
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
/* Important: the server process *cannot* open the
|
/* Important: the server process *cannot* open the SQLite
|
||||||
Berkeley DB environment, because it doesn't like forks
|
database, because it doesn't like forks very much. */
|
||||||
very much. */
|
|
||||||
assert(!store);
|
assert(!store);
|
||||||
|
|
||||||
/* Accept a connection. */
|
/* Accept a connection. */
|
||||||
|
|
Loading…
Reference in a new issue