[fix] Mandatory protocol for backward compatibility

This commit is contained in:
kload 2015-05-08 02:40:31 +02:00
parent b693a94cf0
commit de7918a84d

View file

@ -1536,9 +1536,8 @@ app = Sammy('#main', function (sam) {
case 'both':
protocol = 'Both';
break;
case 'tcp':
default:
protocol = [];
protocol = 'TCP';
}
switch (action) {