X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.xs;h=6e2ba0ed5b60caad5d06d80c6bcb21c5e0081fc9;hp=c2fc4ecb0435faa11a44096a601548dd25a0107d;hb=b76d965f82b76a458000edb32eb55f97b5333caa;hpb=3253ded6f7e5fbd840152247ecc54f6e591feb6c diff --git a/SimpleServer.xs b/SimpleServer.xs index c2fc4ec..6e2ba0e 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.49 2006-07-21 22:14:12 mike Exp $ + * $Id: SimpleServer.xs,v 1.50 2006-07-24 23:05:22 mike Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -916,8 +916,11 @@ int bend_fetch(void *handle, bend_fetch_rr *rr) } else { +#if 0 /* For now ignore this error, which is ubiquitous in SRU */ + fprintf(stderr, "complex is weird\n"); rr->errcode = 26; return 0; +#endif /*0*/ } } else