
  PROCEDURE [INLINE] nlp$ta_close_sap
    (    sap: nlt$ta_sap_selector;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
    status.normal := TRUE;

{ Note this request is a noop.  This requests exists for symmetry i.e. there is an open
{ request so for symmetry there should be a close.
{
{ The XDCL version of this request is commented out in NLM$TRANSPORT_ACCESS_AGENT

  PROCEND nlp$ta_close_sap;

*copyc nae$application_interfaces
*copyc nae$namve_conditions
*copyc nlt$ta_sap_selector
*copyc ost$status
?? POP ??
