From f4279bcde0934c221df081c366c8fc776aa2be99 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 3 Dec 2006 16:25:19 +0000 Subject: * Don't run setuid root when build-users is empty. * Send startup errors to the client. --- src/libstore/remote-store.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstore') diff --git a/src/libstore/remote-store.cc b/src/libstore/remote-store.cc index f1d226fb8b02..0ed96bd23976 100644 --- a/src/libstore/remote-store.cc +++ b/src/libstore/remote-store.cc @@ -73,6 +73,7 @@ RemoteStore::RemoteStore() /* Send the magic greeting, check for the reply. */ try { + processStderr(); writeInt(WORKER_MAGIC_1, to); unsigned int magic = readInt(from); if (magic != WORKER_MAGIC_2) throw Error("protocol mismatch"); -- cgit 1.4.1