diff soap.cpp @ 320:a995e5ad999a large_adb

working LARGE_ADB support. Activiate at creation time with -N --ntracks 20001 or greater, or with --datasize 1356 or greater, or both. LARGE_ADB blocks non-indexed QUERY.
author mas01mc
date Wed, 20 Aug 2008 13:50:58 +0000
parents b9eff6896943
children 634959ef98f2
line wrap: on
line diff
--- a/soap.cpp	Tue Aug 19 20:27:15 2008 +0000
+++ b/soap.cpp	Wed Aug 20 13:50:58 2008 +0000
@@ -128,8 +128,6 @@
     strncpy(queryType,"track", strlen("track"));
   else if(qType == O2_N_SEQUENCE_QUERY)
     strncpy(queryType,"nsequence", strlen("nsequence"));
-  else
-    strncpy(queryType, "", strlen(""));
 
   if(pointNN==0)
     pointNN=10;