[BACK]Return to snmp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / snmp

Diff for /src/usr.bin/snmp/snmp.c between version 1.9 and 1.10

version 1.9, 2019/10/24 12:39:26 version 1.10, 2020/03/24 14:09:14
Line 359 
Line 359 
                                 errno = EPROTO;                                  errno = EPROTO;
                                 direction = POLLOUT;                                  direction = POLLOUT;
                                 tries--;                                  tries--;
                                 continue;                                  break;
                         }                          }
                 }                  }
                   if (varbind != NULL)
                           continue;
   
                 free(message);                  free(message);
                 return pdu;                  return pdu;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10