X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;h=38ee0d06ff0291c6f386fabb114fd9f91d011ec5;hb=1b750a9f8ea0d258fde61f5bac2d5af5bd783eb0;hp=3b052e956aa9281ddd0e3fffa96939e074ff7b42;hpb=0c46d2e66bdeea1600e700124a81a5d0a65d349e;p=yaz-moved-to-github.git 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; }