Browse Source

CVS merging error fixed -thanks to Jan

Bogdan-Andrei Iancu 22 years ago
parent
commit
330f5b030f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      db/db_fifo.c

+ 0 - 1
db/db_fifo.c

@@ -686,7 +686,6 @@ int db_fifo( FILE *fifo, char *response_file )
 
 	switch (db_cmd) {
 		case SELECT_CMD:
-			if (line.len==1 && line.s[0]=='.')
 			/* push the query */
 			n = db_query( fifo_db_con, nr2?keys2:0, nr2?ops2:0, nr2?vals2:0,
 				nr1?keys1:0, nr2, nr1, 0, &select_res );