aboutsummaryrefslogtreecommitdiffhomepage
path: root/osc.c
diff options
context:
space:
mode:
Diffstat (limited to 'osc.c')
-rw-r--r--osc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osc.c b/osc.c
index 6bfd209..adc91f5 100644
--- a/osc.c
+++ b/osc.c
@@ -401,7 +401,7 @@ static int backend_configure_instance(instance* inst, char* option, char* value)
}
return 0;
}
- else if(!strcmp(option, "dest")){
+ else if(!strcmp(option, "dest") || !strcmp(option, "destination")){
if(!strncmp(value, "learn", 5)){
data->learn = 1;