jdk/src/share/classes/com/sun/jmx/snmp/daemon/SnmpRequestHandler.java
changeset 21278 ef8a3a2a72f2
parent 14677 1607f4cfc506
child 22336 a5de9b85e983
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   557         // Execute all the subrequests resulting from the split of the
   557         // Execute all the subrequests resulting from the split of the
   558         // varbind list.
   558         // varbind list.
   559         //
   559         //
   560         SnmpPduPacket result= executeSubRequest(req,userData);
   560         SnmpPduPacket result= executeSubRequest(req,userData);
   561         if (result != null)
   561         if (result != null)
   562             // It means that an error occured. The error is already
   562             // It means that an error occurred. The error is already
   563             // formatted by the executeSubRequest
   563             // formatted by the executeSubRequest
   564             // method.
   564             // method.
   565             return result;
   565             return result;
   566 
   566 
   567         // So far so good. So we need to concatenate all the answers.
   567         // So far so good. So we need to concatenate all the answers.