Fix bad cherrypick

This commit is contained in:
Eelco Dolstra 2017-06-06 19:52:40 +02:00
parent 0ca9502264
commit f534627929
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 1 additions and 1 deletions

View File

@ -2318,7 +2318,7 @@ void DerivationGoal::runChild()
try {
setupSeccomp();
} catch (...) {
if (buildUser) throw;
if (buildUser.enabled()) throw;
}
#if __linux__