Sync with Nix

This commit is contained in:
Eelco Dolstra
2016-02-24 14:04:31 +01:00
parent 7b509237cd
commit 8321a3eb27
12 changed files with 50 additions and 229 deletions

View File

@ -36,7 +36,7 @@ void State::queueMonitorLoop()
unsigned int lastBuildId = 0;
while (true) {
bool done = getQueuedBuilds(*conn, *localStore, destStore, lastBuildId);
bool done = getQueuedBuilds(*conn, localStore, destStore, lastBuildId);
/* Sleep until we get notification from the database about an
event. */