X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=zlayer%2Fzaccess.c;h=b30dbaedd1f7fd0eb04d0683fdabf64946c591ad;hb=3f6af0f3aa9f114cf562c28f2ed0b954e4c5d659;hp=ea774ea7a5370c418cf20f9041eb689d32f51356;hpb=fa1807dd17ca61f2eb3b1b9447913caf83355bcf;p=egate.git diff --git a/zlayer/zaccess.c b/zlayer/zaccess.c index ea774ea..b30dbae 100644 --- a/zlayer/zaccess.c +++ b/zlayer/zaccess.c @@ -1,8 +1,11 @@ /* * Europagate, 1995 * - * $Log: zaccess.c,v $ - * Revision 1.11 1995/02/20 18:58:05 quinn + * zaccess.c,v + * Revision 1.12 1995/02/20 20:35:37 quinn + * Pull present status from presresp. + * + * Revision 1.11 1995/02/20 18:58:05 quinn * Added hack for record in ANY * * Revision 1.10 1995/02/20 18:19:30 quinn @@ -436,6 +439,7 @@ const struct zass_presentent *zass_present(ZASS a, char *resname, int start, } gw_log(ZASS_DEBUG, ZASS_TYPE, "Got presentresponse"); r.num += PresentResponse_GetNumberOfRecordsReturned(pdu); + r.presentstatus = PresentResponse_GetPresentStatus(pdu); if (r.num == 0) { gw_log(GW_LOG_WARN, ZASS_TYPE, "Got 0 records from target.");