~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to snmplib/snmp-tc.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
388
388
        /*
389
389
         * Illegal set value. 
390
390
         */
391
 
        return SNMP_ERR_INCONSISTENTVALUE;
 
391
        return SNMP_ERR_WRONGVALUE;
392
392
        break;
393
393
 
394
394
    case RS_CREATEANDGO:
411
411
        break;
412
412
 
413
413
    default:
414
 
        return SNMP_ERR_INCONSISTENTVALUE;
 
414
        return SNMP_ERR_WRONGVALUE;
415
415
        break;
416
416
    }
417
417