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

« back to all changes in this revision

Viewing changes to agent/mibgroup/ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Note: this file originally auto-generated by mib2c using
3
3
 *       version : 1.48 $ of : mfd-top.m2c,v $ 
4
4
 *
5
 
 * $Id: inetCidrRouteTable.c,v 1.9.2.2 2006/06/12 20:01:19 rstory Exp $
 
5
 * $Id: inetCidrRouteTable.c 15639 2006-12-06 15:01:27Z rstory $
6
6
 */
7
7
/** \page MFD helper for inetCidrRouteTable
8
8
 *
205
205
    /*
206
206
     * TODO:211:o: |-> Perform extra inetCidrRouteTable rowreq cleanup.
207
207
     */
 
208
    if (NULL != rowreq_ctx->data) {
 
209
        inetCidrRouteTable_release_data(rowreq_ctx->data);
 
210
        rowreq_ctx->data = NULL;
 
211
    }
208
212
}                               /* inetCidrRouteTable_rowreq_ctx_cleanup */
209
213
 
210
214
/**