]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
removed com_reset() from function init_ports, this is a bug
authorhadaq <hadaq>
Sun, 1 Nov 2009 18:08:18 +0000 (18:08 +0000)
committerhadaq <hadaq>
Sun, 1 Nov 2009 18:08:18 +0000 (18:08 +0000)
libtrbnet/trbnet.c

index a65a1af78695f50420df01957cbc643695b6aa57..a1f10d177d5094f33d884970857bde170ec2fc1b 100644 (file)
@@ -1,4 +1,4 @@
-const char trbnet_version[] = "$Revision: 2.48 $";
+const char trbnet_version[] = "$Revision: 2.49 $";
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -972,9 +972,6 @@ int init_ports()
     }
   }
 
-  /* Do we really need this, Jan??  */
-  com_reset();
-
   return 0;
 }