Fix typo in previous commit

This commit is contained in:
Robin Gareus 2020-10-13 01:37:37 +02:00
parent 0fac4843db
commit 4b3b13457e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -2452,7 +2452,7 @@ lookup_ac (SessionObject* o, FIDString id)
} else if (0 == strcmp (id, ContextInfo::kVolume)) {
return s->gain_control ();
} else if (0 == strncmp (id, ContextInfo::kSendLevel, strlen (ContextInfo::kSendLevel))) {
#ifndef MIXBUS
#ifdef MIXBUS
/* This calls Route::nth_send(), which takes the _processor_lock.
* which we may already hold during initialzation
* (set_owner is called with process and processor locks held).