diff options
Diffstat (limited to 'mod/mod-build-result.cxx')
-rw-r--r-- | mod/mod-build-result.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-build-result.cxx b/mod/mod-build-result.cxx index 7f73172..8b985be 100644 --- a/mod/mod-build-result.cxx +++ b/mod/mod-build-result.cxx @@ -409,7 +409,7 @@ handle (request& rq, response&) // Send notification emails to the interested parties. // - auto send_email = [&pkg, &bld, &subj, &error, &trace, &print_args, this] + auto send_email = [&bld, &subj, &error, &trace, &print_args, this] (const string& to) { try |