aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-08-28 10:37:21 +0000
committerJörg Mayer <jmayer@loplof.de>2007-08-28 10:37:21 +0000
commit659b175cd799288e125f633ccc0d5dcf4d05f16c (patch)
tree64318f1990851eb81e3e3e673aeb45ba3b2ef58e /plugins
parent99a2ec1c9f8d9a7fb4ddf61fd017e4f97c3329fb (diff)
Disable unistim for now: it used port 5000 unconditionally
and that collied with tapa. Please add a check. svn path=/trunk/; revision=22702
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unistim/packet-unistim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 31d921f26a..1a7d6e6484 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -36,7 +36,7 @@
#include "header_field.h"
-static int global_unistim_port = 5000;
+static int global_unistim_port = 0;
void
proto_register_unistim(void){