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:
|
||||
|
||||
/* Warning: in the child we should absolutely not make any
|
||||
Berkeley DB calls! */
|
||||
SQLite calls! */
|
||||
|
||||
try { /* child */
|
||||
|
||||
|
|
|
@ -712,9 +712,8 @@ static void daemonLoop()
|
|||
while (1) {
|
||||
|
||||
try {
|
||||
/* Important: the server process *cannot* open the
|
||||
Berkeley DB environment, because it doesn't like forks
|
||||
very much. */
|
||||
/* Important: the server process *cannot* open the SQLite
|
||||
database, because it doesn't like forks very much. */
|
||||
assert(!store);
|
||||
|
||||
/* Accept a connection. */
|
||||
|
|
Loading…
Reference in a new issue