From: hadaq Date: Sun, 1 Nov 2009 18:08:18 +0000 (+0000) Subject: removed com_reset() from function init_ports, this is a bug X-Git-Tag: v6.0~311 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1684a107bd15a2f766894b6a3bb2ef7783b41304;p=trbnettools.git removed com_reset() from function init_ports, this is a bug --- diff --git a/libtrbnet/trbnet.c b/libtrbnet/trbnet.c index a65a1af..a1f10d1 100644 --- a/libtrbnet/trbnet.c +++ b/libtrbnet/trbnet.c @@ -1,4 +1,4 @@ -const char trbnet_version[] = "$Revision: 2.48 $"; +const char trbnet_version[] = "$Revision: 2.49 $"; #include #include @@ -972,9 +972,6 @@ int init_ports() } } - /* Do we really need this, Jan?? */ - com_reset(); - return 0; }