X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsrwutil.c;h=38ee0d06ff0291c6f386fabb114fd9f91d011ec5;hp=3b052e956aa9281ddd0e3fffa96939e074ff7b42;hb=5176062be1e2c2e8fd7f7a506acd990e711d9316;hpb=951bf68e90a1f19fc5103c408b136bdb4242e67b diff --git a/src/srwutil.c b/src/srwutil.c index 3b052e9..38ee0d0 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -672,8 +672,9 @@ int yaz_sru_decode(Z_HTTP_Request *hreq, Z_SRW_PDU **srw_pdu, YAZ_SRW_UNSUPP_OPERATION, operation); return 0; } -#endif +#else return 1; +#endif } return 2; }