From da5a8c24898690d3468159d8670d773392ca26ff Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 30 Apr 2013 19:41:52 +0200 Subject: [PATCH] libvideosite: fix typo --- libvideosite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvideosite.pm b/libvideosite.pm index 52a771b..b53673c 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -730,7 +730,7 @@ sub _cmd_connector { return; } - unless (_config_list_has(['defined-connectors'])) { + unless (_config_list_has(['defined-connectors'], $name)) { _io("Connector does not exist"); return; } -- 1.8.3.1